So I want to have no personal server infrastructure. I want to have a HTTP API roun t a user can upload a file into (2GB+) so that:
- File would be stored to object storedge for 3 days
- A serverless function would be called on it
So how to make an upload method for a large file to Yandex.Cloud Serverless function to be called on it?
So I need something similar to this AWS sample for YC