@philca/lambdalocal
v1.0.2
Published
Wrapper for lambda-local module
Downloads
7
Readme
This is a wrapper for the lambda-local module.
I have taken the original lambda-local script that gets installed into node_modules/bin and modified it.
The changes are to default most of the options.
Run it from the root of the project like: node_nodules/.bin/lambdalocal [path for lambda folder] [json input filename]
- You need to have an AWS credentials file in ~/.aws/credentials
- The default AWS profile will be used
- The index.js file of the lambda will be called
- assumes the handler is called 'handler'
- You need to have an .env file in the lambda folder for the lambda environment variables.