Skip to content

michaelbrewer/aws-lambda-events

Repository files navigation

AWS Lambda Events

Built with Material for MkDocs

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 documented event sources are as follows:

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