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?