Skip to content

Commit c5c7af6

Browse files
meynardmeynard
authored andcommitted
Updated readme to include sample implementation link
1 parent 784de60 commit c5c7af6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ npm install lambda-multipart-parser --save
44
```
55

66
## Introduction
7-
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.
88

99
## Description
1010
```
@@ -34,6 +34,8 @@ const result = await parser.parse(event);
3434
console.log(result.files);
3535
```
3636

37+
Sample Lambda implemetation with Cloudformation can be found in http://francismeynard.github.io/aws-upload-document-service.
38+
3739
## Test
3840
```
3941
npm run test

0 commit comments

Comments
 (0)