Is scaling_config.maximum_concurrency of Event Source Mappings binding lambdas to sqs supported in Localstack?

Whatever I set this config value to, localstack anyway starts new lambdas on any new message in a queue no matter how many are already running.

Hi @mif :wave:

The MaximumConcurrency ScalingConfig for SQS in Lambda Event Source Mapping is not yet supported. However, we are actively working on it. Stay tuned for more updates in the coming weeks :rocket:.

As a temporary workaround, you can use Reserved Concurrency on the Lambda function itself.

1 Like