Amazon web services – How to limit max concurrency for SQS queue receivers based on each type of message?
I lambda function that returns a bunch of requests that I want to send to an external service. This external service has an api with the following rate limit: Paramters: type: enum content: list of n elements Rate limit: For…