Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!