Skip to content

Latest commit

 

History

History
 
 

golang-uploads

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.