run-local-lambda icon indicating copy to clipboard operation
run-local-lambda copied to clipboard

This NPM module allows you to run the Lambda function locally

Results 9 run-local-lambda issues
Sort by recently updated
recently updated
newest added

modify message when the function time out

Add support to async handlers. Requires node 8+. I don't know at the moment how to support older node envs. :(

Is it possible to make the `--event` optional ? Just provide empty object `{}` in case no file is provide at https://github.com/sbarski/run-local-lambda/blob/master/bin/run-local-lambda.js#L130 ?

added -processenv option

update readme to add --processenv option

added environment.json file sample

Hello, I have forked your project to add the possibility to modify process.env with a --processenv option.

Lambda lets us provide environment variables; accessed via process.env within the code. Does your library support this?

I've converted your project to TypeScript, please take a look.