Skip to content

danielradulov/AmazonSNSPublisherPOC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot project to publish messages to Amazon SNS

This is a simple Spring Boot project to publish messages to an Amazon SNS topic.

How to run

After you clone this repo, build the project using the command below:

mvn clean install

This will build the project and create a .jar file in the target/ directory. Then run the following command to run the project:

java -jar target/AmazonSNSPublisherPOC-1.0-SNAPSHOT.jar

About

This is a simple Spring Boot project to publish messages to an Amazon SNS topic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%