We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08a3e2 commit 6c422c4Copy full SHA for 6c422c4
README.md
@@ -112,3 +112,16 @@ $ sls invoke stepf --name <stepfunctionname> --data '{"foo":"bar"}'
112
- --region or -r The region in your stage that you want to invoke your step function.
113
- --data or -d String data to be passed as an event to your step function.
114
- --path or -p The path to a json file with input data to be passed to the invoked step function.
115
+
116
+## IAM Role
117
+The IAM roles required to run Statemachine are automatically generated. It is also possible to specify ARN directly.
118
119
+Here's an example:
120
121
+```yml
122
+stepFunctions:
123
+ stateMachines:
124
+ hello:
125
+ role: arn:aws:iam::xxxxxxxx:role/yourRole
126
+ definition:
127
+```
0 commit comments