Open
Description
Is this related to a new or existing framework?
Next.js
Is this related to a new or existing API?
No response
Is this related to another service?
Lambda
Describe the feature you'd like to request
Hi,
The feature is to support "fluid compute" in Amplify functions, just like Vercel support.
Cloudflare also support - pay per CPU time which is even slightly better.
For functions which call AI services like OpenAI, the CPU time is very low, but the I/O time is very long.
So currently on Amplify we have to pay for all the duration time which is about 100 X times the actuall CPU time.
Thanks
Describe the solution you'd like
Described above
Describe alternatives you've considered
Vercel & Cloudflare support this feature
Additional context
No response
Is this something that you'd be interested in working on?
- 👋 I may be able to implement this feature request
-
⚠️ This feature might incur a breaking change