SQS Queue Long-Polling using Javascript Generators
March 01, 2023 | AWS, NodeJs, Typescript, SQS, GeneratorsBy using long polling with SQS and the power of Javascript Generators, you can drastically reduce the number of API requests made to SQS and improve the performance of your applications.