Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/asimpson/eleven-check

A simple utility to simulate a lambda trigger
https://github.com/asimpson/eleven-check

aws aws-lambda cli

Last synced: 23 days ago
JSON representation

A simple utility to simulate a lambda trigger

Awesome Lists containing this project

README

        

# eleven-check

Simulates an AWS Lambda function locally. Pass it a `js` file and optionally an event parameter and it will call your function like a Lambda instance would.

## Install
`npm i eleven-check -g`

## Usage
`eleven-check example.js eventParam=foo`