How does AWS Lambda handle events from Amazon S3 buckets?

  • By deleting events from Amazon S3
  • By ignoring events from Amazon S3
  • By invoking functions in response to bucket events
  • By pausing functions in response to Amazon S3 events
AWS Lambda can be configured to execute functions in response to events in Amazon S3 buckets, such as object creation, deletion, or modification.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *