Skip to content

tschoffelen/lambda-sample-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

⚡️ A library of example event payloads for AWS Lambda.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published