-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading files #157
Comments
yes please, busboy is limited...multer rules on NodeJS. Please add support to that. |
Any insight about piping on this framework? |
Hi, were you able to process a multipart / form-data file? is it possible to do it with this library? |
Hey @alejuanito, yeap i was. The best approach is to use I enabled an endpoint that return a presigned url:
Then your API consumers (mobile aps) can upload whatever file they want through that presigned url: Make sure to grant access from your S3 bucket. |
How to I handle files / multipart form data using lambda-api ?
req.pipe not found error
The text was updated successfully, but these errors were encountered: