You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting error when receiving message using sqs-consumer from local setup of goaws. I'm using "@aws-sdk/client-sqs": "3.32.0".
SQS receive message failed: Unexpected token p in JSON at position 4\n Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm getting error when receiving message using sqs-consumer from local setup of goaws. I'm using "@aws-sdk/client-sqs": "3.32.0".
how i'm configuring sqsClient by required values.
How am i configuring sqs-consumer using this package - https://github.com/bbc/sqs-consumer
const app = Consumer.create({ queueUrl: configuration.endpoint, handleMessage: handleMessage, sqs: sqsClient });
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions