
Answer-first summary for fast verification
Answer: Utilize the 'Test' tab's shareable event feature, allowing IAM group members to access and edit events with proper permissions.
The correct answer is B. With AWS Lambda, you can create test events directly within the AWS Lambda console's 'Test' tab. The shareable event feature allows you to make these test events accessible and editable by IAM users within the same account who have the appropriate permissions. This method leverages built-in AWS Lambda functionality to facilitate easy sharing and modification of test events among all developers in the IAM group. Options A and C require external services and additional configuration, while option D does not specify making events editable by all IAM group members.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a serverless application using AWS Lambda, how can a company ensure that a set of test events is both accessible and editable by all developers within an IAM group?
A
Store test events as JSON in an Amazon S3 bucket and grant access to all IAM group members.
B
Utilize the 'Test' tab's shareable event feature, allowing IAM group members to access and edit events with proper permissions.
C
Use Amazon DynamoDB with IAM roles to control access and editing of test events by group members.
D
Configure test events to be shareable, enabling all IAM group members to edit them.