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
For event of type APIGatewayProxyEventV2, event.decoded_body or event.json_body (which calls the former) could result in KeyError when there is no body.
Current Behaviour
Code snippet
`event.decoded_body`or`event.json_body`
Possible Solution
event.decoded_body should return empty string or None