Deploy containerized functions on AWS Lambda - Serverless
AWS Lambda lets you deploy containerized functions by packaging your AWS lambda function code and dependencies using Docker up to a size of 10GB. Here's a tutorial to demonstrate how you can containerize and deploy nodejs based lambda functions.
Prep...
mubbashir.hashnode.dev2 min read