You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module will parse the multipart-form containing files and fields from the lambda event object.
7
+
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.
8
8
9
9
## Description
10
10
```
@@ -34,6 +34,8 @@ const result = await parser.parse(event);
34
34
console.log(result.files);
35
35
```
36
36
37
+
Sample Lambda implemetation with Cloudformation can be found in http://francismeynard.github.io/aws-upload-document-service.
0 commit comments