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 6d04fb9 commit 31efd44Copy full SHA for 31efd44
README.md
@@ -47,8 +47,7 @@ stepFunctions:
47
Type: Task
48
Resource: arn:aws:lambda:#{AWS::Region}:#{AWS::AccountId}:function:${self:service}-${opt:stage}-hello
49
End: true
50
- dependsOn:
51
- Ref: DynamoDBTable
+ dependsOn: CustomIamRole
52
hellostepfunc2:
53
definition:
54
StartAt: HelloWorld2
@@ -58,9 +57,9 @@ stepFunctions:
58
57
Resource: arn:aws:states:#{AWS::Region}:#{AWS::AccountId}:activity:myTask
59
60
dependsOn:
61
- - Ref: DynamoDBTable
62
- - Ref: KinesisStream
63
- - Ref: CUstomIamRole
+ - DynamoDBTable
+ - KinesisStream
+ - CUstomIamRole
64
activities:
65
- myTask
66
- yourTask
0 commit comments