Skip to content

Latest commit

 

History

History
98 lines (83 loc) · 5.17 KB

README.md

File metadata and controls

98 lines (83 loc) · 5.17 KB

AWS Lambda sample events

This is a library of sample event payloads for AWS Lambda.

They're the same ones that you will find as templates for test events in the AWS Lambda console, but putting them in this repo might make them slightly easier to access.

Usage

Browse the list of JSON files below, or use them NPM package to use them directly in your tests:

npm install -D lambda-sample-events
const events = require('lambda-sample-events');

const myPayload = events['s3-put'];
console.log(myPayload);

Events list

AWS

Lex

Alexa