Skip to content

A Simple HTTP Receiver for Amazon's Simple Notification Service.

Notifications You must be signed in to change notification settings

mfine/AmazonSNSExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmazonSNSExample contains a simple example sender and receiver, along with the dependent libraries from AWS, Jetty, and Jackson. To use, replace with your AWS credentials in both AWSSNSSender.java and AWSSNSReceiver.java.

To compile the files, run:

ant build

To start a sender, run:

ant sender

To start a receiver, run:

ant receiver

To start a receiver on port 9000, run:

ant receiver -Dargs=9000

About

A Simple HTTP Receiver for Amazon's Simple Notification Service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages