List of questions
Related questions
Question 258 - DVA-C02 discussion
A developer is implementing a serverless application by using AWS CloudFormation to provision Amazon S3 web hosting. Amazon API Gateway, and AWS Lambda functions. The Lambda function source code is zipped and uploaded to an S3 bucket. The S3 object key of the zipped source code is specified in the Lambda resource in the CloudFormation template.
The developer notices that there are no changes in the Lambda function every time the CloudFormation stack is updated.
How can the developer resolve this issue?
Create a new Lambda function alias before updating the CloudFormation stack.
Change the S3 object key or the S3 version in the CloudFormation template before updating the CloudFormation stack.
Upload the zipped source code to another S3 bucket before updating the CloudFormation stack.
Associate a code signing configuration with the Lambda function before updating the CloudFormation stack.
0 comments
Leave a comment first