dougmoscrop / serverless-http

Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉
Other
1.71k stars 164 forks source link

Buffer in request.body #297

Open cucarlos opened 6 months ago

cucarlos commented 6 months ago

I'm using Express Js and Serverless and everything works normally until a few days ago. But recently I started getting a buffer on my request.body. Does anyone know why?

image