Saasli / saasli-backend

Documentation
https://saasli.github.io/docs/
0 stars 0 forks source link

json Load all the event bodies. #43

Closed godd9170 closed 7 years ago

godd9170 commented 7 years ago

Serverless' latest patch no longer json loads the entire payload recursively. We're on our own for that. Within the response class, we'll need to ensure a json.loads() is performed.

godd9170 commented 7 years ago

Hold up... this is due to the Lambda Proxy defaulting on.

They Updated their docs -> https://github.com/serverless/serverless/pull/2497 The merge that is responsible -> https://github.com/serverless/serverless/pull/2185