Tracked
- NPM Downloads Last Month
- 16
- Issues
- 0
- Stars
- 0
- Forks
- 0
- Watchers
- 0
This is a Serverless Framework plugin. Event JSON passes to your Lambda function in commandline when you execute serverless invoke
. Support for Serverless 1.0.
I think useful for developers, because event.json is a little difficult to manage.
Execute your Lambda function. Add -e '<JSON>'
or --event '<JSON>'
.
$ serverless invoke -f YourFunction --event '{"foo":"var"}'
Execute npm install in your Serverless project.
$ npm install serverless-command-line-event-args
Add the plugin to your serverless.yml
file
plugins:
- serverless-command-line-event-args