nerdexam
Amazon

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

Submitted by emma.c· Mar 5, 2026Development with AWS Services

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)
  • A
    3% (1)
  • B
    89% (33)
  • C
    3% (1)
  • D
    5% (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.

Full DVA-C02 Practice