I am working on AWS Lambda. Currently, I need to send multiple requests to an external API. However, the API allows only 25 requests per second. In my case, there could be a case the number of requests are over 100. Based on concurrency setting, I set 25 but not seem to get worked. Does anybody know if there is an additional setting to handle this situation?
