DVA-C02 · Question #83
A company is building a serverless application that uses AWS Lambda functions. The company needs to create a set of test events to test Lambda functions in a development environment. The test events w
The correct answer is B. Create the test events. Configure the event sharing settings to make the test events shareable.. Under the "Test" tab there's an option. (Shareable) This event is available to IAM users within the same account who have permissions to access and use shareable events. https://docs.aws.amazon.com/lambda/latest/dg/testing-functions.html#creating-shareable-events
Question
A company is building a serverless application that uses AWS Lambda functions. The company needs to create a set of test events to test Lambda functions in a development environment. The test events will be created once and then will be used by all the developers in an IAM developer group. The test events must be editable by any of the IAM users in the IAM developer group. Which solution will meet these requirements?
Options
- ACreate and store the test events in Amazon S3 as JSON objects. Allow S3 bucket access to all
- BCreate the test events. Configure the event sharing settings to make the test events shareable.
- CCreate and store the test events in Amazon DynamoDB. Allow access to DynamoDB by using
- DCreate the test events. Configure the event sharing settings to make the test events private.
How the community answered
(37 responses)- A3% (1)
- B89% (33)
- C3% (1)
- D5% (2)
Explanation
Under the "Test" tab there's an option. (Shareable) This event is available to IAM users within the same account who have permissions to access and use shareable events. https://docs.aws.amazon.com/lambda/latest/dg/testing-functions.html#creating-shareable-events
Community Discussion
No community discussion yet for this question.