Multiple Choice
A developer is automating a new application deployment with AWS Serverless Application Model (AWS SAM) . The new application has one AWS Lambda function and one Amazon S3 bucket. The Lambda function must access the S3 bucket to only read objects. How should the developer configure AWS SAM to grant the necessary read privilege to the S3 bucket?
A) Reference a second Lambda authorizer function.
B) Add a custom S3 bucket policy to the Lambda function.
C) Create an Amazon Simple Queue Service (SQS) topic for only S3 object reads. Reference the topic in the template.
D) Add the S3ReadPolicy template to the Lambda function's execution role.
Correct Answer:

Verified
Correct Answer:
Verified
Q331: Two containerized microservices are hosted on Amazon
Q332: A developer is building a WebSocket API
Q333: A Developer is creating a template that
Q334: An application contains two components: one component
Q335: Which of the following statements about SWF
Q337: How is provisioned throughput affected by the
Q338: Your application is trying to upload a
Q339: A development team is working on a
Q340: A developer is creating AWS CloudFormation templates
Q341: A Developer is writing an application that