Important Note: You will create AWS resources during the workshop which will incur cost in your AWS account. It is recommended to clean-up the resources as soon as you finish the workshop to minimize the cost.

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

Lambda Container