Skip to content

Commit 7e6f9dd

Browse files
committed
update README
1 parent ce1a44b commit 7e6f9dd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
```

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -39,6 +39,6 @@
3939
"lodash": "^4.13.1",
4040
"aws-sdk": "^2.7.19",
4141
"bluebird": "^3.4.0",
42-
"chalk": "^1.1.1"
42+
"
4343
}
4444
}

0 commit comments

Comments
 (0)