bref
bref copied to clipboard
Bug Report: Unexpected Log Output When Processing New SQS Messages
Description:
This is my serverless.yml
I successfully deployed the queue worker to AWS Lambda. However, when a new queue is added to SQS, the logs display the following, as shown in the screenshot below:
Any idea how i can resolve this?
Hi @zhenghaoweii, i have the same problem and i solved this when i set variable on .env file!
my .env file example:
...
SQS_QUEUE=https://sqs.us-east-1.amazonaws.com/<account-id>/<queue-name>