Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
fix: wait for FirehoseToS3Policy is attached to FirehoseS3Role before…
Browse files Browse the repository at this point in the history
… creating Firehose resource (#57)
  • Loading branch information
Nxtra authored and jlhood committed Oct 21, 2019
1 parent ab207d4 commit 1fcdbef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analytics/sam/app/template.yaml
Expand Up @@ -182,6 +182,7 @@ Resources:

Firehose:
Type: AWS::KinesisFirehose::DeliveryStream
DependsOn: FirehoseToS3Policy
Properties:
DeliveryStreamType: DirectPut
ExtendedS3DestinationConfiguration:
Expand Down

0 comments on commit 1fcdbef

Please sign in to comment.