Upload large S3 file to own bucket

I am pretty new to bubble and trying to create a workflow in Bubble where a user uploads a file, and the file gets uploaded to my own S3 bucket. On S3 dump, I would like to trigger a lambda which does some processing on the file and returns back the results to the bubble API. I am stuck on the first step where I am trying to upload the file to S3. My files are huge files(200mbs) so the 10 MB limit in API gateway doesn’t seem feasible to upload the files. Are there any other techniques or methods that I can use to accomplish this?

I would suggest to use the Dropzone of

This topic was automatically closed after 70 days. New replies are no longer allowed.