A developer migrated a legacy application to an AWS Lambda function. The function uses a third-party service to pull data with a series of API calls at the end of each month. The function then processes the data to generate the monthly reports. The function has been working with no issues so far.
The third-party service recently issued a restriction to allow a fixed number of API calls each minute and each day. If the API calls exceed the limit for each minute or each day, then the service will produce errors. The API also provides the minute limit and daily limit in the response header. This restriction might extend the overall process to multiple days because the process is consuming more API calls than the available limit.
What is the MOST operationally efficient way to refactor the serverless application to accommodate this change?
wonder_man
Highly Voted 1 year, 6 months agotrieudo
Most Recent 4 months, 2 weeks agotrieudo
4 months, 2 weeks agotsangckl
10 months, 3 weeks ago65703c1
11 months, 2 weeks agoKarBiswa
1 year, 2 months agoKarBiswa
1 year, 1 month agoKillThemWithKindness
1 year, 2 months agokonieczny69
1 year, 3 months agoCrescentShared
1 year, 3 months agoSerialiDr
1 year, 3 months agoJohnPl
1 year, 3 months agoSnape
1 year, 4 months agorrshah83
1 year, 4 months agochewasa
1 year, 4 months agotqiu654
1 year, 5 months agoShawnWon
1 year, 5 months agodilleman
1 year, 6 months agoDigo30sp
1 year, 7 months ago