Friday, September 17, 2021

Running Docker @ AWS Lambda

 New for AWS Lambda – Container Image Support | AWS News Blog

you can now package and deploy Lambda functions as container images of up to 10 GB in size. In this way, you can also easily build and deploy larger workloads that rely on sizable dependencies, such as machine learning or data intensive workloads. Just like functions packaged as ZIP archives, functions deployed as container images benefit from the same operational simplicity, automatic scaling, high availability, and native integrations with many services.

Screenshot of the console.

example:  simple Node.js Lambda function generating a PDF file using the PDFKit module.