AWS Certified Developer - Associate

AWS Certified Developer - Associate

Get started today

Ultimate access to all questions.


Why does the AWS SAM template deployment fail when including Lambda@Edge and resources in the eu-west-1 Region?




Explanation:

The reason for this failure is that Lambda@Edge functions must be created in the us-east-1 Region. The developer attempted to deploy the AWS SAM template in the eu-west-1 Region, but Lambda@Edge functions are not supported in that region. Hence, the correct answer is B.