FieryCod / holy-lambda

The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.
https://fierycod.github.io/holy-lambda
MIT License
342 stars 20 forks source link

[FEATURE] Automatically parse body in POST request #74

Closed FieryCod closed 3 years ago

FieryCod commented 3 years ago

Is your feature request related to a problem? Please describe. HL is a convenient library, that already decodes/encodes the request/response for the user. I think we should also support decoding of the inner :body field of the POST request.

Describe the solution you'd like I would like to not introduce a breaking change, therefore I'm considering adding a new :body-parsed field.

FieryCod commented 3 years ago

Done in 0.6.1