Skip to content

Connects to an AWS SNS topic and display the messages received

License

Notifications You must be signed in to change notification settings

viperz0r/sns-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Goal

The goal of this project is to help testing AWS SNS service.

It will create a subscription on the chosen topic and display the messages received on terminal.

Since it uses ngrok, you can access it's UI and inspect the incoming requests.

Installation

npm install


Configuring

  1. make a copy of config/config.tpl.js and rename it to config.js

    cp config/config.tpl.js config.js

  2. Edit the created file and enter the appropriate information on AWS and SNS keys.


Running

Just type:

npm start


How to stop

Press CTRL + C to gracefully stop the program. This way the subscription is cleanup from SNS.


Advanced

You can pass more options to SNS and ngrok, by declaring them on config.js.

About

Connects to an AWS SNS topic and display the messages received

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published