Created
September 13, 2018 20:56
-
-
Save serkanh/754dba0d1e8d2e8021085ecfd2f54dc2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws --profile=HA sns list-subscriptions \ | |
--query 'Subscriptions[*]|[?contains(Protocol,`lambda`)==`false`]|[?contains(Endpoint,`bark`)==`true`]|[?contains(Endpoint,`stg`)==`true`]|[?contains(TopicArn,`d6cbe`)==`false`].{TopicArn:TopicArn}' --output text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment