Skip to content

AWS Lambda Event Resources

This site tries to collect as many resources on AWS Lambda events from schema, examples to code libraries.

Objectives of this site

Objective is to collect resources on Lambda inputs (requests) and outputs (responses) as well as the following:

  • Invocation type (synchronous, asynchronous or polling)
  • Limitations of each type of Lambda
  • Input schema
  • Response schema
  • Example events
  • Libraries for typing, data structures, and other utilities
  • Event handlers libraries by language
  • Response handlers by language
  • Documentation and blog posts
  • Code examples

Lambda Event Sources

Directory of AWS Lambda events sources and resources