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
The text was updated successfully, but these errors were encountered:
mariusgrigaitis
changed the title
generate-event sns produces invalid json if message contains special characters
local generate-event sns produces invalid json if message contains special characters
Dec 5, 2017
$ aws-sam-local local generate-event sns --message "test\""
Produces output (invalid JSON)
Expected output
I expect it to "escape" special characters. It causes problem if I want to generate a message which contains JSON.
Tested on 0.2.2, develop ef5127a
The text was updated successfully, but these errors were encountered: