How to Dockerize a Python AWS Lambda Function
Published in
3 min readJan 5
--
In this post, we will learn how to dockerize a Python AWS Lambda function and deploy it to an AWS account. In a previous article, we learned how to deploy a Python Lambda using AWS CDK. In this post, we will learn how to define the Dockerfile
and deploy it manually using the AWS console.