Skip to content
Advertisement

Tag: buffer

How to send array of buffer data in aws-lambda payload?

I am working on functionality, where i needs to send array of buffer containing imageData In object along with some other fields, SAMPLE INPUT : I tried using JSON.stringify(payload) but it’s not working, might be the issue with buffer, i am not sure it’s converting back buffer properly or not. Answer A way to deal with this just pass payload

Advertisement