Hi Pascal, thank you for watching my talk I’m glad you enjoyed it. Our deployment API something we’ve build ourselves. We created a RESTful API that handles all of the tasks in AWS for deploying an application. Building and pushing images, assuming roles, creating ECS resources like tasks and services and handling deployment method (eg. rolling, or blue-green deployment). However if you wanted something similar to this without having to build it yourself then
https://aws.amazon.com/apprunner/ might be the closest AWS provided service for what we built.