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
- Host: GitHub
- URL: https://github.com/d36choi/awssns-springboot-listener
- Owner: d36choi
- Created: 2021-03-11T06:07:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T02:40:19.000Z (over 4 years ago)
- Last Synced: 2025-02-10T23:52:02.698Z (5 months ago)
- Topics: amazon-sns, amazon-sns-client, amazon-sns-springboot, aws-sdk-java-v2, aws-sns, aws-sns-topic, spring-cloud-aws
- Language: Java
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)