Hi, I’m trying to build an API that lets users upload files, which get then processed. But I encountered the API Gateway Upload limit of 10mb. Now my question is, is it possible to upload a file to S3 with some additional processing informations in a single POST request. Because everything I found on the internet was making the POST request which then returns the signedURL to the S3 Bucket to upload the file. Thanks.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Need to understand how to handle large file uploads with API gateway | 1 | 7707 | July 21, 2020 | |
Uploading text files to S3 using API | 0 | 286 | April 6, 2021 | |
Endpoint for file upload (API gateway + Lambda + Python) Serverless Framework | 0 | 1171 | February 20, 2018 | |
Upload image to s3, image broken | 2 | 2974 | October 22, 2024 | |
S3 integration method for API Gateway in serverless framework | 0 | 413 | September 27, 2019 |