lambda-multipart-parser
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.
upon deploying my function where i use this package, it throws following error ```undefined ERROR Uncaught Exception { "errorType": "Runtime.ImportModuleError", "errorMessage": "Error: Cannot find module 'lambda-multipart-parser'\nRequire stack:\n- /var/task/src/api/index.js\n- /var/runtime/UserFunction.js\n- /var/runtime/index.js",...
this package works fine with javascript, however fails with typescript. any fix?
Hi, I'm trying to get the value of the `data` property from the response object path of the `parser` method, but it always returns `null`, I had to do a...
Updated to busboy 1.6.0 as 0.3.0 is getting a little old and throwing deprecation errors on lambda.
As we know this repository is awesome work by francismeynard. But, it's not maintained for last 3 years. Few of its dependencies are outdated and require upgrades. I have released...