Skip to content

Commit 641f725

Browse files
authored
Update README.md
1 parent 5f7a7f9 commit 641f725

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ module "lambda_api" {
4242
codedeploy_test_listener_port = 4443
4343
use_codedeploy = true
4444
timeout = 3
45+
memory_size = 128
4546
4647
codedeploy_lifecycle_hooks = {
4748
BeforeAllowTraffic = aws_lambda_function.test_lambda.function_name
@@ -95,6 +96,7 @@ module "lambda_api" {
9596
| security_groups | list(string) | List of extra security group IDs to attach to the lambda. | []
9697
| use_codedeploy | bool | If true, CodeDeploy App and Deployment Group will be created and TF will not update alias to point to new versions of the Lambda (becuase CodeDeploy will do that). | false
9798
| timeout | number | How long the lambda will run (in seconds) before timing out | 3 (same as terraform default)
99+
| memory_size | number | Size of the memory of the lambda. CPU will scale along with it | 128 (same as terraform default)
98100

99101
#### codedeploy_lifecycle_hooks
100102

0 commit comments

Comments
 (0)