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 f3c7882 commit 366bd20Copy full SHA for 366bd20
examples/lambda.py
@@ -7,7 +7,7 @@ class LambdaWorkflow(Workflow):
7
name = 'basic'
8
version = 'example'
9
task_list = 'example'
10
- # lambda_role = ''
+ lambda_role = 'arn:aws:iam::111111000000:role/swf-lambda' # optional, overridable (--lambda-role)
11
12
def run(self):
13
future = self.submit(
0 commit comments