https://github.com/unb-libraries/docker-sns-send
A lightweight AWS SNS sending container.
https://github.com/unb-libraries/docker-sns-send
Last synced: about 1 year ago
JSON representation
A lightweight AWS SNS sending container.
- Host: GitHub
- URL: https://github.com/unb-libraries/docker-sns-send
- Owner: unb-libraries
- Created: 2017-08-02T16:44:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T16:44:23.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T18:53:37.731Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unblibraries/sns-send
A lightweight AWS SNS sending container.
## General Use
```
docker run \
-e AWS_SNS_TOPIC_ARN='TOPICID' \
-e AWS_SNS_MESSAGE='MESSAGETEXT' \
--volume ~/.aws:/root/.aws \
unblibraries/sns-send
```
## License
- unblibraries/sns-send is licensed under the MIT License:
- [http://opensource.org/licenses/mit-license.html](http://opensource.org/licenses/mit-license.html)
- Attribution is not required, but much appreciated:
- `AWS SNS Sending Image by UNB Libraries`