francismeynard / lambda-multipart-parser

This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.
MIT License
67 stars 25 forks source link

Updated to busboy 1.6.0 #22

Open steve-gowildly opened 2 months ago

steve-gowildly commented 2 months ago

Updated to busboy 1.6.0 as 0.3.0 is getting a little old and throwing deprecation errors on lambda.