AWS CDK: Running Containers on AWS Lambda

Dhiraj Khodade
3 min readJul 24, 2023

In previous post we learned how to create rest api using python power tools and aws cdk. In this post we will focus on how to deploy same python API as container on aws lambda. (Find the link to GitHub repo for complete code at the end of this tutorial)

Running containers on lambda is also a solution to AWS lambda’s hard limit of having lambda package size under 250MB. Many times your actual…

--

--