You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/deployment/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -408,7 +408,7 @@ No modules.
408
408
| <aname="input_alias_name"></a> [alias\_name](#input\_alias\_name)| Name of the Lambda alias used in CodeDeploy. |`string`| n/a | yes |
409
409
| <aname="input_codebuild_cloudwatch_logs_retention_in_days"></a> [codebuild\_cloudwatch\_logs\_retention\_in\_days](#input\_codebuild\_cloudwatch\_logs\_retention\_in\_days)| Specifies the number of days you want to retain log events in the CodeBuild log group. |`number`|`14`| no |
410
410
| <aname="input_codebuild_environment_compute_type"></a> [codebuild\_environment\_compute\_type](#input\_codebuild\_environment\_compute\_type)| Information about the compute resources the build project will use. |`string`|`"BUILD_LAMBDA_1GB"`| no |
411
-
| <aname="input_codebuild_environment_image"></a> [codebuild\_environment\_image](#input\_codebuild\_environment\_image)| Docker image to use for this build project. |`string`|`"aws/codebuild/amazonlinux-aarch64-lambda-standard:python3.12"`| no |
411
+
| <aname="input_codebuild_environment_image"></a> [codebuild\_environment\_image](#input\_codebuild\_environment\_image)| Docker image to use for this build project. The image needs to include python. |`string`|`"aws/codebuild/amazonlinux-aarch64-lambda-standard:python3.12"`| no |
412
412
| <aname="input_codebuild_environment_type"></a> [codebuild\_environment\_type](#input\_codebuild\_environment\_type)| Type of build environment to use for related builds. |`string`|`"ARM_LAMBDA_CONTAINER"`| no |
413
413
| <aname="input_codebuild_role_arn"></a> [codebuild\_role\_arn](#input\_codebuild\_role\_arn)| ARN of an existing IAM role for CodeBuild execution. If empty, a dedicated role for your Lambda function with minimal required permissions will be created. |`string`|`""`| no |
414
414
| <aname="input_codedeploy_appspec_hooks_after_allow_traffic_arn"></a> [codedeploy\_appspec\_hooks\_after\_allow\_traffic\_arn](#input\_codedeploy\_appspec\_hooks\_after\_allow\_traffic\_arn)| Lambda function ARN to run after traffic is shifted to the deployed Lambda function version. |`string`|`""`| no |
0 commit comments