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
- Getting Started
- What is a serverless application?
- Common AWS Serverless Services
- What are we going to build in this tutorial?
- TODO List AWS Services Used
- Using DynamoDB to store TODO Lists
- Handling service events with Lambda
- Getting ASP.NET Core ready for Serverless
- Deploying ASP.NET Core as a Serverless Application
- Tear Down
- Final Wrap Up
Continue on to next page: TODO List Task Assignments