An open API service indexing awesome lists of open source software.

https://github.com/d36choi/awssns-springboot-listener

springboot amazon sns message listener
https://github.com/d36choi/awssns-springboot-listener

amazon-sns amazon-sns-client amazon-sns-springboot aws-sdk-java-v2 aws-sns aws-sns-topic spring-cloud-aws

Last synced: 3 months ago
JSON representation

springboot amazon sns message listener

Awesome Lists containing this project

README

        

# awssns-springboot-listener

## awssns-springboot-listener
amazon SNS 로부터 들어온 메시지를 리스닝 하는 메시지 리스너 서버입니다.
springboot message listener (from amazon SNS)

## features
notification message listening
auto subscription confirm

## MUST DO
```properties
cloud.aws.credentials.access-key=
cloud.aws.credentials.secret-key=

```
위 application.properties 의 AWS Credential 항목들을 본인의 환경에 맞게 입력해야 합니다.
you should add AWS Credentials in application.properties.

## guideline
[[AWS] amazon SNS + Spring Boot 이용한 메시지 서비스 만들기](https://choichumji.tistory.com/123)

[aws sns springboot publisher](https://github.com/d36choi/awssns-springboot)