serverless / dashboard

MIT License
24 stars 10 forks source link

AWS Lambda SDK: Improve stream body reporting #751

Closed medikoo closed 1 year ago

medikoo commented 1 year ago

When browsing internally, reported warnings and errors. I observed the Detected not serializable value in AWS SDK request warning, which pointed out that the Node.js stream value was passed with the Body property to the payload.

This patch ensures that we gently handle such case