
Ultimate access to all questions.
A developer is working on an application and needs to package the code along with its dependencies into container images. These container images will then be hosted on Amazon Elastic Container Registry (ECR) and used for application-specific AWS Lambda functions.
Given this scenario, which of the following options are correct? (Select two)
A
Lambda supports both Windows and Linux-based container images
B
AWS Lambda service does not support Lambda functions that use multi-architecture container images
C
You can deploy Lambda function as a container image, with a maximum size of 15 GB
D
To deploy a container image to Lambda, the container image must implement the Lambda Runtime API
E
You can test the containers locally using the Lambda Runtime API