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?
JulietHsu
Highly Voted 2 years, 4 months agopancman
2 years, 3 months agopancman
Highly Voted 2 years, 3 months agojoanneli77
2 years, 3 months agoa15ce96
Most Recent 1 year, 2 months agoa15ce96
1 year, 2 months agoLR2023
1 year, 5 months agopranay_2406
1 year, 12 months agopranay_2406
1 year, 12 months agosdafadsfa
2 years, 1 month agosdafadsfa
2 years, 1 month agoAnkit1010
2 years, 3 months agoAnkit1010
2 years, 3 months agoSmartiup
2 years, 3 months agoPhinx
2 years, 3 months ago