Skip to content

Instantly share code, notes, and snippets.

@lvthillo
Created August 14, 2020 13:21
Show Gist options
  • Save lvthillo/203b13c0e31f15de8c12893b0ded736d to your computer and use it in GitHub Desktop.
Save lvthillo/203b13c0e31f15de8c12893b0ded736d to your computer and use it in GitHub Desktop.
ColorQueueSubscription
ColorQueueSubscription:
Type: AWS::SNS::Subscription
Properties:
Endpoint: !GetAtt ColorQueue.Arn
Protocol: sqs
RawMessageDelivery: True
TopicArn: !Ref SNSTopic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment