bref icon indicating copy to clipboard operation
bref copied to clipboard

Bug Report: Unexpected Log Output When Processing New SQS Messages

Open zhenghaoweii opened this issue 1 year ago • 1 comments

Description:

This is my serverless.yml

image

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:

image

Any idea how i can resolve this?

zhenghaoweii avatar Dec 14 '24 18:12 zhenghaoweii

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>

rmeira avatar Jan 06 '25 16:01 rmeira