Skip to content

Instantly share code, notes, and snippets.

@lvthillo
Created August 14, 2020 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lvthillo/0bb244ba64d6ba26d7d3196f042c98fb to your computer and use it in GitHub Desktop.
Save lvthillo/0bb244ba64d6ba26d7d3196f042c98fb to your computer and use it in GitHub Desktop.
BlueYellowQueueSubscription
BlueYellowQueueSubscription:
Type: AWS::SNS::Subscription
Properties:
Endpoint: !GetAtt BlueYellowQueue.Arn
Protocol: sqs
FilterPolicy:
color:
- blue
- yellow
RawMessageDelivery: True
TopicArn: !Ref SNSTopic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment