Create Lambda with Container Based Runtime
The Lambda function can use container as the runtime. The Lambda function code and dependencies can be package as a container image. This image is then uploaded to a repository in Amazon Elastic Container Registry (ECR). Using this image as runtime, a Lambda function can be configured.
In this workshop, you configure a Lambda Function which uses container as the runtime.
The following diagram shows the scenario you are going to build. Start the workshop