An open API service indexing awesome lists of open source software.

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.

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`