#SQS + SNS + REST API in a single application
4 messages · Page 1 of 1 (latest)
SQS => Publishers + Subscriptions
SNS => Subscriptions
REST API => Produces events (SQS/SNS)
I think that's what youre looking for https://docs.nestjs.com/faq/hybrid-application
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
but how to listen to events/messages from sqs/sns? custom transporter for sqs and other for sns?