Edge Function execution time limit

Hey guys, i have a node API with a single endpoint and i was wondering if i could move it to Supabase Edge Functions.
Its pretty much a endpoint where the user can upload a image to the server for compression with sharp.js and upload it to s3. Is there a time limit for the function execution, should this use case be okay?
Was this page helpful?