aws-lambda-events icon indicating copy to clipboard operation
aws-lambda-events copied to clipboard

Comprehensive collection of aws lambda requests and response docs

AWS Lambda Events

Collection of resources and tools on the different request inputs and response outputs that the event sources for AWS Lambda expect.

AWS Lambda Publish Sharable Events

AWS Lambda Publish Sharable Events is a tool that allows you to publish events to the AWS Lambda console.

AWS Lambda Quick Start Tool

Event Sources Docs

Some of the documented event sources

Build and testing the documentation site

To run a local server for the docs.

make dev serve

This will install pipenv, mkdocs and run the server, you will need to have Python 3.9+ installed.

Objectives

  • General docs, invoke types, limits
  • Request docs, samples, libraries
  • Response docs, samples and libraries
  • Document handlers and full solutions
  • Share or provide tools to make working with AWS Lambda easier
  • Articles, documentations and example repos