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
feat: add ability to set Lambda architectures (#654)
Add an input that allows the user to configure the architectures
of the Lambda function.
Update the ECR policy to only keep the 10 most recently pushed images.
Copy file name to clipboardExpand all lines: lambda_schedule/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ No requirements.
38
38
| <aname="input_billing_tag_key"></a> [billing\_tag\_key](#input\_billing\_tag\_key)| (Optional, default 'CostCentre') The name of the billing tag |`string`|`"CostCentre"`| no |
39
39
| <aname="input_billing_tag_value"></a> [billing\_tag\_value](#input\_billing\_tag\_value)| (Required) The value of the billing tag |`string`| n/a | yes |
40
40
| <aname="input_create_ecr_repository"></a> [create\_ecr\_repository](#input\_create\_ecr\_repository)| (Optional, default true) Whether to create an ECR repository for the Lambda image |`bool`|`true`| no |
41
+
| <aname="input_lambda_architectures"></a> [lambda\_architectures](#input\_lambda\_architectures)| (Optional, default ['x86\_64']) The architectures of the Lambda function |`list(string)`| <pre>[<br/> "x86_64"<br/>]</pre> | no |
41
42
| <aname="input_lambda_ecr_arn"></a> [lambda\_ecr\_arn](#input\_lambda\_ecr\_arn)| (Optional, defaults to null) The ARN of the ECR repository containing the Lambda image |`string`|`null`| no |
42
43
| <aname="input_lambda_environment_variables"></a> [lambda\_environment\_variables](#input\_lambda\_environment\_variables)| (Optional, defaults to empty map) Environment variables for the Lambda function |`map(string)`|`{}`| no |
43
44
| <aname="input_lambda_image_tag"></a> [lambda\_image\_tag](#input\_lambda\_image\_tag)| (Optional, defaults to 'latest') The image tag to use for the Lambda function |`string`|`"latest"`| no |
0 commit comments