Reputation: 17
I currently have an API that is based on Laravel Vapor (AWS Lambda), and each API call needs to call another Lambda, that has a Python script on it. The execution of that Python Lambda might take anywhere from 3 seconds to 2 minutes and has to be on-demand (meaning no queues).
The issue I'm facing right now is that:
What would be the best approach to deal with this, cut the costs and also scale indefinitely?
Upvotes: 0
Views: 31