File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ $ sls deploy stepf --state <stepfunctionname>
4848- --stage or -s The stage in your service you want to invoke your step function.
4949- --region or -r The region in your stage that you want to invoke your step function.
5050- --data or -d String data to be passed as an event to your step function.
51+ - --path or -p The path to a json file with input data to be passed to the invoked step function.
5152` ` `
5253$ sls invoke stepf --state <stepfunctionname> --data '{"foo":"bar"}'
5354` ` `
Original file line number Diff line number Diff line change 11{
22 "name" : " serverless-step-functions" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " The module is AWS Step Functions plugin for Serverless Framework" ,
55 "main" : " index.js" ,
66 "scripts" : {
3939 "lodash" : " ^4.13.1" ,
4040 "aws-sdk" : " ^2.7.19" ,
4141 "bluebird" : " ^3.4.0" ,
42- "chalk" : " ^1.1.1 "
42+ "
4343 }
4444}
You can’t perform that action at this time.
0 commit comments