serverless / dashboard

MIT License
26 stars 10 forks source link

AWS Lambda SDK: Fix handling of request truncation #822

Closed medikoo closed 1 year ago

medikoo commented 1 year ago

When large request body was truncated, we accidentally were passing null in place of request body to request and that is crashing protobuf payload handling.

This patch ensures we pass undefined which is ignored by protobuf handler