Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 2.09 KB

File metadata and controls

43 lines (36 loc) · 2.09 KB

Handling service events with Lambda

Many AWS services can trigger events when something changes. For example with Amazon S3 when a new object is uploaded to an S3 bucket an event can be triggered.

A Lambda function can be configured to respond to the event. Here are some examples of AWS services that can be configured to trigger Lambda functions for their events.

  • Amazon S3
  • Amazon SNS
  • Amazon SQS
  • AWS Step Functions
  • Amazon Kinesis
  • Amazon DynamoDB
  • Amazon Eventbridge
  • Others

Continue on to next page: TODO List Task Assignments