Skip to content

Commit

Permalink
Chore: decrease routing lambda memory to 1530mb (#400)
Browse files Browse the repository at this point in the history
decrease routing lambda memory to 1530mb
  • Loading branch information
jsy1218 authored Oct 31, 2023
1 parent 43ea48d commit 1ef9a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stacks/routing-lambda-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class RoutingLambdaStack extends cdk.NestedStack {
entry: path.join(__dirname, '../../lib/handlers/index.ts'),
handler: 'quoteHandler',
timeout: cdk.Duration.seconds(15),
memorySize: 1792,
memorySize: 1530,
ephemeralStorageSize: Size.gibibytes(1),
deadLetterQueueEnabled: true,
bundling: {
Expand Down

0 comments on commit 1ef9a65

Please sign in to comment.