DEV Community

Cover image for Deploy AWS Lambda with Docker container images in ECR.
Sebastian for AWS Heroes

Posted on

Deploy AWS Lambda with Docker container images in ECR.

Using the AWS Cloud Development Kit, deploying an AWS Lambda function using Docker container images is pure gold. The installation of dependencies for Lambda functions always stressed me out. Regardless of using Node.js or Python, managing dependencies for AWS Lambda was never fun.

AWS CDK Construct: Lambda Fleet for Dockerfile on sbstjn.com

Top comments (0)