Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/asimpson/eleven-check
- Owner: asimpson
- Created: 2016-10-26T18:04:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-12T22:59:05.000Z (over 7 years ago)
- Last Synced: 2024-09-14T02:53:18.285Z (about 2 months ago)
- Topics: aws, aws-lambda, cli
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`