Anyone using CodeBuild/CodePipeline to build image...
# aws
w
Anyone using CodeBuild/CodePipeline to build images for ECR? I'm currently using pulumi_docker_build to build in parallel, but it's still pretty slow. I'm thinking the best way to speed up building and deploying these images is doing all of it within AWS. How would you manage referencing the latest images in Pulumi? Using the ECR API seems like it would be slow...