Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugenehp/nodesnsendpoint
Node.js SNS Endpoint
https://github.com/eugenehp/nodesnsendpoint
Last synced: about 2 months ago
JSON representation
Node.js SNS Endpoint
- Host: GitHub
- URL: https://github.com/eugenehp/nodesnsendpoint
- Owner: eugenehp
- Created: 2014-02-02T21:08:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T00:55:16.000Z (almost 11 years ago)
- Last Synced: 2023-04-10T05:52:16.466Z (over 1 year ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeSNSEndpoint
Node.js SNS Endpoint
## Usage
Please make sure first you have created the `credentials.json` with all needed data like
```
{ "accessKeyId": "YOUR_KEY", "secretAccessKey": "YOUR_SECRET", "region": "us-east-1" }
```
And run with the `node index.js` modifications!