We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d46e8 commit 700328fCopy full SHA for 700328f
1 file changed
iac/main/resources/event.yml
@@ -50,7 +50,6 @@ EventConsumerLambda:
50
Variables:
51
FIREHOSE_STREAM_NAME: !Sub '${Environment}-${DeliveryStreamName}'
52
ENVIRONMENT: !Ref Environment
53
- ReservedConcurrentExecutions: 250
54
Tags:
55
Environment: !Ref Environment
56
VpcConfig:
@@ -66,6 +65,8 @@ EventConsumerEventSourceMapping:
66
65
Properties:
67
BatchSize: 10
68
Enabled: true
+ ScalingConfig:
69
+ MaximumConcurrency: 300
70
EventSourceArn: !If [IsDevOrBuild, !GetAtt EventConsumerQueue.Arn, '{{resolve:ssm:TxMAEventQueueARN}}']
71
FunctionName: !GetAtt EventConsumerLambda.Arn
72
FunctionResponseTypes:
0 commit comments