Monthly Archive: November 2022
This post is a continuation of the AWS SNS -> SQS integration that we saw in the previous posts Integrate AWS SNS with Spring Boot using spring-cloud messaging for HTTP callback hooks Integration of...
In the previous blog post, we integrated SNS directly from the Spring cloud application. We are able to receive messages from SNS now as HTTP callbacks. But this is not an ideal situation as...
AWS SNS ( Simple Notification Service ) is a managed messaging service that can be used in applications for publishing and subscribing to topics ( a channel ). Initially started as a means to...