In this chapter, we learned about different types of triggers that are available for AWS Lambda functions, along with a walkthrough of different triggers for AWS Lambda functions. The most commonly and widely used triggers are the HTTP Event Trigger using Amazon API Gateway, S3 object triggers, DynamoDB streams, and CloudWatch Events (scheduled).
In the next chapter, we will author our first serverless application using AWS Lambda functions.