1.0.1 • Published 3 years ago

lambda-sample-events v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.0.1

3 years ago

1.0.0

3 years ago