Skip to content

Instantly share code, notes, and snippets.

@lvthillo
Created August 14, 2020 13:24
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/f8abd9ded3cd1008b63b0a39f83ee108 to your computer and use it in GitHub Desktop.
Save lvthillo/f8abd9ded3cd1008b63b0a39f83ee108 to your computer and use it in GitHub Desktop.
GreenHighQueueSubscription
GreenHighQueueSubscription:
Type: AWS::SNS::Subscription
Properties:
Endpoint: !GetAtt GreenHighQueue.Arn
Protocol: sqs
FilterPolicy:
color:
- green
number:
- numeric:
- ">"
- 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment