AWS CodePipeline now supports deployments to Amazon Elastic Container Service (Amazon ECS) and AWS Fargate. This makes it easy to create a continuous delivery pipeline for container-based applications. When you push a code change, AWS CodePipeline automatically calls the specified services to create your Docker image, run tests, and update your running containers. For example, you can create a pip

