How to make a Fargate Service deploy the latest image from an ECR repository when a pipeline is run using CDK pipelines module? – Docker
I have set up an AWS CodePipeline stack using the CDK Pipelines module. When the code is pushed to the backing CodeCommit repo, the pipeline starts executing and does the following: Pulls the latest source Synthesizes the stack Updates the…