exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 212 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 212
Topic #: 1
[All AWS Certified Developer Associate Questions]

A company stores the photographs in an Amazon S3 bucket. The company wants to resize the photographs automatically after writing the photographs to the S3 bucket. The company creates an AWS Lambda function to resize the photographs.

Which solution will meet these requirements?

  • A. Configure S3 Event Notifications to invoke the Lambda function
  • B. Configure an S3 Lifecycle rule to invoke the Lambda function.
  • C. Configure S3 Select on a schedule to invoke the Lambda function.
  • D. Configure S3 Storage Lens to invoke the Lambda function.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
perfmon
1 year, 3 months ago
A. - S3 Event Notifications allow you to configure notifications for specific events that occur in your S3 bucket, such as object creation, deletion, or restoration. - By configuring S3 Event Notifications to invoke a Lambda function, you can trigger the Lambda function whenever the specified event occurs in the S3 bucket. - This option is suitable for scenarios where you want real-time processing or immediate response to events happening in your S3 bucket.
upvoted 1 times
...
Prakash0822
1 year, 8 months ago
A is correct
upvoted 1 times
...
rcaliandro
2 years ago
Selected Answer: A
A is correct because S3 gives us the possibility to call a lambda function after a specif event, without call CloudWatch
upvoted 1 times
...
ihta_2031
2 years, 3 months ago
Selected Answer: A
It is A
upvoted 1 times
...
pancman
2 years, 4 months ago
Selected Answer: A
A is correct
upvoted 1 times
...
Krt5894
2 years, 4 months ago
Selected Answer: A
I will go with A
upvoted 1 times
...
by116549
2 years, 6 months ago
https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html You can use Lambda to process event notifications from Amazon Simple Storage Service. Amazon S3 can send an event to a Lambda function when an object is created or deleted. You configure notification settings on a bucket, and grant Amazon S3 permission to invoke a function on the function's resource-based permissions policy.
upvoted 2 times
...
michaldavid
2 years, 7 months ago
Selected Answer: A
Defo A
upvoted 2 times
...
k1kavi1
2 years, 7 months ago
Selected Answer: A
Choosing A based on events
upvoted 2 times
...
saysamsuf
2 years, 7 months ago
Selected Answer: A
I will go with A based on event
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...