Skip to content

Express app that simply sits and listens, stores data, and regurgitates it.

Notifications You must be signed in to change notification settings

anonmos/sns_subscriber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNS Subscriber

Super simple (think hello world) Express app that has two endpoints:

  • /
  • /last

POSTing to / will store the request body in a local variable in-memory. GETing from /last will get the last value stored.

This has been made so that a proper test endpoint could verify the content that is being output from SNS.

About

Express app that simply sits and listens, stores data, and regurgitates it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published