SUFIAG / Message-Publisher-To-Amazon-SNS-Java-AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Java 100.0%