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
While trying to use serverless-ofline-sqs plugin, it seems there was a parsing error on message body. When given body as "hi", it throws an error which made it harder to run locally.
Is there any reason body is not parsed with .to_json by default instead we manually parse it before sending?
The text was updated successfully, but these errors were encountered:
marianasmmattos
changed the title
Trouble parsing SQS test message body using serverless-offline-sqs
Trouble parsing serverless-offline-sqs test message body
Jun 25, 2022
While trying to use serverless-ofline-sqs plugin, it seems there was a parsing error on message body. When given body as "hi", it throws an error which made it harder to run locally.
Is there any reason body is not parsed with .to_json by default instead we manually parse it before sending?
The text was updated successfully, but these errors were encountered: