just a suggestion for improving this tutorial: <ht...
# help
a
just a suggestion for improving this tutorial: https://serverless-stack.com/examples/how-to-use-queues-in-your-serverless-app.html Maybe the consumer could log the message payload to the console, instead of just a constant string? Would probably help out people like me who have never used SQS.
@thdxr I made a PR that updates the consumer to show that the message payload is in the event, but I'm not sure how to update the doc: https://github.com/serverless-stack/serverless-stack/pull/1572
f
Thanks @Adrian Schweizer, we will take a look and update the doc.