This project is a simple AWS SNS implementation
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to install:
Now run aws configure
to configure your default profile. You will need to access the aws console to obtain your access key
and secret key
.
Next run npm i
from the project directory.
Open index.js
and configure the necessary parameters.
Run npm run dev