
42. How do you containerise and run your API with Fargate?
AWS Bites
00:00
CDK Deploy
The CDK deploy process is going to spin up a Docker build process in the background. And then at that point, you have everything ready to start a new deployment because your image is up and you can just say, okay, now I want to switch over all my containers to the new version. You could think of your CDK stack as managing the infrastructure for this service, then the container image updates could be done with code deploy.
Play episode from 12:53
Transcript


