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
{{ message }}
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.
This can of course be solved downstream by running JSON.stringify() before passing the message through, but as a JSON object is never an accepted value for body by API Gateway, we should ensure here that it doesn't get through. Of course, we just need to make sure that we're only stringify'ing if we have to, as we don't want to do it twice!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
eg. see tdmalone/coffee-shop-message#2, caused by a JSON object being sent through
The text was updated successfully, but these errors were encountered: