Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 49bb7fb

Browse files
fabiobsladg
authored andcommitted
fix(cli): typo fixed
1 parent f4920f8 commit 49bb7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/cli.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ program
5555
.option('--stackName <name>', 'Name of the stack to be deployed.', 'StandaloneNextjsStack-Temporary')
5656
.option('--appPath <path>', 'Absolute path to app.', path.resolve(__dirname, '../dist/cdk/app.js'))
5757
.option('--bootstrap', 'Bootstrap CDK stack.', false)
58-
.option('--lambdaTimeout <sec>', 'Set timeout for lambda function handling server requirests.', Number, 15)
59-
.option('--lambdaMemory <mb>', 'Set memory for lambda function handling server requirests.', Number, 512)
58+
.option('--lambdaTimeout <sec>', 'Set timeout for lambda function handling server requests.', Number, 15)
59+
.option('--lambdaMemory <mb>', 'Set memory for lambda function handling server requests.', Number, 512)
6060
.option('--imageLambdaTimeout <sec>', 'Set timeout for lambda function handling image optimization.', Number, IMAGE_LAMBDA_DEFAULT_TIMEOUT)
6161
.option('--imageLambdaMemory <mb>', 'Set memory for lambda function handling image optimization.', Number, IMAGE_LAMBDA_DEFAULT_MEMORY)
6262
.option('--hostedZone <domainName>', 'Hosted zone domain name to be used for creating DNS records (example: example.com).', undefined)

0 commit comments

Comments
 (0)