https://github.com/jftuga/sns_topics
Command line tool for working with AWS SNS topics
https://github.com/jftuga/sns_topics
Last synced: 16 days 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-21T01:26:55.000Z (almost 5 years ago)
- Last Synced: 2026-06-27T22:05:15.217Z (about 1 month ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- 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
```