Really simple
May 13, 2019

Really simple

Anonymous | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with Amazon Simple Notification Service (SNS)

Almost on all projects where we use AWS services, we use Amazon SNS. It helps us to respond faster for some APIs, or for processes that do not need to be asynchronous.
  • Easy to integrate with other AWS solutions.
  • Relatively easy setup.
  • Better UI design.
  • Good pricing.
  • The system is easy to manage.
  • Amazon Simple Queue Service (SQS)
We use a lot of services from AVS, and it's easy to set up all services between each other.
On our project, Vacation Tracker, we have Webhook from Stripe, which calls AWS Lambda and needs us to respond in 10 seconds. If we need to create a PDF Invoice, we need more than 10 seconds. In this case, we use Amazon SNS to call another Lambda, which creates a PDF invoice. This SNS response is very fast and we can respond to Stripe in 10 seconds.