Skip to content

Commit 700328f

Browse files
authored
remove reserved concurrency and replace with maximum concurrency ESM (#1389)
1 parent c7d46e8 commit 700328f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

iac/main/resources/event.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ EventConsumerLambda:
5050
Variables:
5151
FIREHOSE_STREAM_NAME: !Sub '${Environment}-${DeliveryStreamName}'
5252
ENVIRONMENT: !Ref Environment
53-
ReservedConcurrentExecutions: 250
5453
Tags:
5554
Environment: !Ref Environment
5655
VpcConfig:
@@ -66,6 +65,8 @@ EventConsumerEventSourceMapping:
6665
Properties:
6766
BatchSize: 10
6867
Enabled: true
68+
ScalingConfig:
69+
MaximumConcurrency: 300
6970
EventSourceArn: !If [IsDevOrBuild, !GetAtt EventConsumerQueue.Arn, '{{resolve:ssm:TxMAEventQueueARN}}']
7071
FunctionName: !GetAtt EventConsumerLambda.Arn
7172
FunctionResponseTypes:

0 commit comments

Comments
 (0)