https://github.com/jftuga/sns_topics
Command line tool for working with AWS SNS topics
https://github.com/jftuga/sns_topics
Last synced: 8 months ago
JSON representation
Command line tool for working with AWS SNS topics
- Host: GitHub
- URL: https://github.com/jftuga/sns_topics
- Owner: jftuga
- License: mit
- Created: 2021-09-20T12:45:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T01:26:55.000Z (over 4 years ago)
- Last Synced: 2025-01-29T23:29:54.595Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sns_topics
Command line tool for working with AWS SNS topics
## Current Status
* Only one operation is currently implemented:
* * List all AWS SNS topics by simultaneously querying all regions at once
## Example
```
$ sns_topics
arn:aws:sns:us-east-1:123456789012:alpha
arn:aws:sns:us-east-1:123456789012:beta
arn:aws:sns:us-east-1:123456789012:submit_new
arn:aws:sns:us-east-2:123456789012:submit_old
arn:aws:sns:us-west-2:123456789012:test_1
arn:aws:sns:ap-south-1:123456789012:test_2
```