connexion and mangum #2024
Unanswered
AviranAbady
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to deploy
connexion
using serverless AWS lambda using mangum, post requests with a body payload will fail due toBadRequestProblem("RequestBody is required")
The request body is stored in key "properties" and not in "default" making the validation code miss the body, any idea how to mitigate that?
mangum supports
starlette
ASGI but I cant get pass the validation./connexion/validators/abstract.py
Beta Was this translation helpful? Give feedback.
All reactions