Summary
You now know how to deploy any Docker-based image on ECS using the power of CDK. Not only that but you also know how to set up DynamoDB tables and serve static HTML files and SPAs via S3 buckets.
In the next chapter, we will address a few of the problems of our TODO application. We will learn how to set up continuous integration/continuous delivery (CI/CD) and we will also secure our application by generating TLS certificates for our load balancer. All done via CDK.