Skip to content

Commit

Permalink
Bumped the memory to 1 GB to improve the startup performance
Browse files Browse the repository at this point in the history
  • Loading branch information
mridang committed Jul 14, 2024
1 parent 5ad2793 commit 8b03310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const serverlessConfiguration: AWS = {
},
runtime: `nodejs${packageJson.engines.node}` as AwsLambdaRuntime,
architecture: 'arm64',
memorySize: 256,
memorySize: 1024,
iam: {
role: {
statements: [
Expand Down

0 comments on commit 8b03310

Please sign in to comment.