Skip to content
Discussion options

You must be logged in to vote

The Netlify lambda function can only process a limited body size.

6 MB request and response payload size limit for buffered synchronous functions

https://docs.netlify.com/functions/overview/#default-deployment-options

You'll need to upload the file directly to AWS without passing the file through the serverless function.

https://docs.aws.amazon.com/AmazonS3/latest/userguide/PresignedUrlUploadObject.html

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@StokleyO
Comment options

@eltigerchino
Comment options

@StokleyO
Comment options

Answer selected by StokleyO
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants