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?