How to Deploy a Docker Based API with AWS Lambda and CDK

Utkarsha Bakshi
Geek Culture
Published in
3 min readDec 24, 2021

--

AWS CDK (link)

In this short post, we will go through the process of deploying a AWS Lambda function using AWS CDK. The Lambda function will be deployed as a docker image. The CDK function will take care of building the docker image, uploading it to AWS ECR and then making it available as a Lambda function.

AWS Lambda Function

--

--