Topic 1 Question 68
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?
Create and store the test events in Amazon S3 as JSON objects. Allow S3 bucket access to all IAM users.
Create the test events. Configure the event sharing settings to make the test events shareable.
Create and store the test events in Amazon DynamoDB. Allow access to DynamoDB by using IAM roles.
Create the test events. Configure the event sharing settings to make the test events private.
ユーザの投票
コメント(7)
- 正解だと思う選択肢: A
I meant to select A
👍 3MrTee2023/04/20 - 正解だと思う選択肢: B
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.
You can check this by yourself on the Lambda Also, here's a documentation https://docs.aws.amazon.com/lambda/latest/dg/testing-functions.html#creating-shareable-events
👍 3renekton2023/05/05 - 正解だと思う選択肢: A
To create test events that can be edited by any IAM user in a developer group, the company can create an Amazon S3 bucket and store the test event data as JSON files in the bucket.
👍 2Fyssy2023/04/17
シャッフルモード