Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 709 Bytes

Simple AWS SNS Implementation

This project is a simple AWS SNS implementation

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need to install:

Installing

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.

Development

Open index.js and configure the necessary parameters.

Run npm run dev