Events Project

In this guide, we’ll show how Jets can be used to run Lambda functions based on event triggers.

You simply write code and have Lambda run it for you based on a scheduled event or an event like SNS, SQS, and more. If the use case fits, it is fantastic. It is one of my favorite ways to use Jets.

Note: AWS Lambda functions have a maximum 15-minute timeout. See Lambda quotas. Please consider that limitation.