Skip to content

Commit 0234e01

Browse files
committed
fix: batch size
1 parent a49924a commit 0234e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdk/lib/lambda-perf-stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class LambdaPerfStack extends Stack {
125125

126126
functionInvokerRs.addEventSource(
127127
new lambdaEventSources.SqsEventSource(invokerQueue, {
128-
batchSize: 3,
128+
batchSize: 6,
129129
maxBatchingWindow: cdk.Duration.seconds(30),
130130
})
131131
);

0 commit comments

Comments
 (0)