lambda-multipart-parser icon indicating copy to clipboard operation
lambda-multipart-parser copied to clipboard

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.

Results 15 lambda-multipart-parser issues
Sort by recently updated
recently updated
newest added

Hello and thank you for this minimal and smart repo! Anyway, I am given warnings about using Buffer instead of Buffer.from with my Node 18 Lambda application. Full error: `...

https://snyk.io/advisor/npm-package/lambda-multipart-parser There is a DoS issue with the dicer dependency

As in description. This accounts for [breaking changes from version 1.0.0 of busboy](https://github.com/mscdex/busboy/issues/266). Running the tests is successful.

Hello, I am having an issue where my files are being corrupted. I have checked the previous issues and made sure "Binary Media Types" are correct: ![image](https://user-images.githubusercontent.com/76175254/121904409-26826400-ccf7-11eb-8178-74ac5f8e5781.png) I have also...

When I try to parse data that contains a special characters like "é", the result is "�".

Add more information to the files like `size`, `checksum`,

The current version of busboy has a security vulnerability according to npm audit. Unfortunately, there seems to be a breaking change soon after, so I wasn't able to quickly figure...

https://francismeynard.github.io/aws-upload-document-service