Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 410 Bytes

Readme.md

File metadata and controls

16 lines (9 loc) · 410 Bytes

Golang Multipart Form

Simple multi-part form processing.

Deploy

$ up

Notes

Lambda & API Gateway impose restrictions, so uploads of > 10MiB will error, view API Gateway Limits for details.

For large files you should upload to S3 directly from the client using signed requests, and process in Lambda if necessary.