1.0.2 • Published 6 years ago

@philca/lambdalocal v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

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

  • 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.