Monday, 23 March 2020

Can multer work without the express framework ?

I am currently working on an AWS lambda nodejs function that handles an image upload.(Note: The reason why im not uploading directly to s3 is because I'm using lambda as a handler for a API Gateway resource )Is it possible to use multer without express ? I am currently using busboy to handle the multipart/form-data but I keep getting an error.

Submitted March 23, 2020 at 10:27PM by legalize9

No comments:

Post a Comment