问题
I need to poll and SQS queue using node js. I tried using bbc consumer npm library but some messages don’t get received by the consumer. Does anyone have a better solution to polling an SQS using node?
回答1:
Use sqs-consumer it works great!
来源:https://stackoverflow.com/questions/50653227/bbc-consumer-sqs-polling