AWS Lambda functions require deployment packages to deploy your code. The most common way to create a deployment package is to use a ZIP file, but developers can also use container images to deploy their Lambda functions.
AWS provides base images for Lambda functions that you can use to create your container images. In this lab, you will learn how to create a container image for an AWS Lambda function and deploy it to AWS Lambda. You will also learn how to update the Lambda function with a new container image.
Upon completion of this beginner-level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisites: