Skip to content

Instantly share code, notes, and snippets.

@serkanh
Created September 13, 2018 20:56
Show Gist options
  • Save serkanh/754dba0d1e8d2e8021085ecfd2f54dc2 to your computer and use it in GitHub Desktop.
Save serkanh/754dba0d1e8d2e8021085ecfd2f54dc2 to your computer and use it in GitHub Desktop.
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