ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

72 / 474

Question 72:

Your AWS Lambda function writes to an S3 bucket. Which of the following is the best practice to pass operational parameters, such as the bucket name, to your Lambda function?

Answer options:

A.Configure Amazon S3 bucket name with AWS Lambda Environment Variables.
B.Hard Code Amazon S3 bucket name to Lambda Function.
C.Configure Amazon S3 bucket name with AWS Lambda Function Variables.
D.Configure an Alias with Amazon S3 bucket name & pass it to Lambda Function.