Skip to content

Commit

Permalink
- updated ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
theburningmonk committed Jan 30, 2019
1 parent 7b784db commit dbd8560
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ stepFunctions:
Type: Task
Resource: arn:aws:lambda:#{AWS::Region}:#{AWS::AccountId}:function:${self:service}-${opt:stage}-hello
End: true
dependsOn:
Ref: DynamoDBTable
dependsOn: CustomIamRole
hellostepfunc2:
definition:
StartAt: HelloWorld2
Expand All @@ -58,9 +57,9 @@ stepFunctions:
Resource: arn:aws:states:#{AWS::Region}:#{AWS::AccountId}:activity:myTask
End: true
dependsOn:
- Ref: DynamoDBTable
- Ref: KinesisStream
- Ref: CUstomIamRole
- DynamoDBTable
- KinesisStream
- CUstomIamRole
activities:
- myTask
- yourTask
Expand Down

0 comments on commit dbd8560

Please sign in to comment.