Skip to content

michaelbrewer/aws-lambda-events

Folders and files

NameName
Last commit message
Last commit date
Nov 12, 2022
Mar 11, 2024
Jun 8, 2023
Feb 25, 2024
Nov 26, 2022
Dec 2, 2022
Mar 26, 2022
Aug 20, 2022
May 30, 2022
Feb 25, 2024
Feb 25, 2024
Nov 12, 2022

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