Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 775 Bytes

events.md

File metadata and controls

17 lines (13 loc) · 775 Bytes
title nav_text category subcategory order
Events Project
Events
learn
learn-events
8

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]({% link _docs/events.md %}). 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.

{% assign event_docs = site.docs | where: "categories","learn-events" | sort: "order" %} {% for doc in event_docs %}