Is it possible to send a file (whole file) as POST method in Lambda using node.js ? I can send the form data in a simple way using the modules available. But i want to send the file in lambda to an EndPoint URL where this URL will take care of the manipulation,data rendering etc and send me the response. What i am looking is it possible to implement using any modules or any help is appreciated .
Asked
Active
Viewed 912 times
2
-
where will your file be located? What is the problem exactly? Some errors? – statut Mar 28 '18 at 12:47
-
@statut : s3 bucket possibly – Dileephell Mar 28 '18 at 12:56
-
1Try something and get it to work, if you have problems ping here for help. – Kannaiyan Mar 28 '18 at 12:57
-
Did you try something like this? https://stackoverflow.com/a/25345124/3199240 – statut Mar 28 '18 at 12:58
-
@statut : let me try this one. Thanks – Dileephell Mar 28 '18 at 13:01
-
If you are using `AWS Api Gateway` you could follow the following link: [Binary Support for API Integrations with Amazon API Gateway](https://aws.amazon.com/de/blogs/compute/binary-support-for-api-integrations-with-amazon-api-gateway/) – MaiKaY Mar 28 '18 at 13:14
-
@statut : i have implemented in another way and got this as error. https://stackoverflow.com/questions/49608860/upload-failed-error-unable-to-verify-the-first-certificate – Dileephell Apr 03 '18 at 08:36