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
All of the arguments available in the [aws_lambda_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function) resource are available in this Terraform module.
67
+
Arguments available in the [aws_lambda_function](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function) resource are available in this Terraform module. Lambda functions created from container images are not supported by this module.
68
68
69
69
Arguments defined as blocks in the `aws_lambda_function` resource are redefined as variables with their nested arguments.
70
70
@@ -170,10 +170,6 @@ No modules.
170
170
| <aname="input_filename"></a> [filename](#input\_filename)| Path to the function's deployment package within the local filesystem. |`string`|`null`| no |
171
171
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Unique name for your Lambda Function. |`string`|`null`| no |
172
172
| <aname="input_handler"></a> [handler](#input\_handler)| Function entrypoint in your code. |`string`|`null`| no |
173
-
| <aname="input_image_config_command"></a> [image\_config\_command](#input\_image\_config\_command)| Parameters that you want to pass in with entry\_point. |`list(string)`|`null`| no |
174
-
| <aname="input_image_config_entry_point"></a> [image\_config\_entry\_point](#input\_image\_config\_entry\_point)| Entry point to your application, which is typically the location of the runtime executable. |`list(string)`|`null`| no |
175
-
| <aname="input_image_config_working_directory"></a> [image\_config\_working\_directory](#input\_image\_config\_working\_directory)| Working directory. |`string`|`null`| no |
176
-
| <aname="input_image_uri"></a> [image\_uri](#input\_image\_uri)| ECR image URI containing the function's deployment package. |`string`|`null`| no |
177
173
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key that is used to encrypt environment variables. |`string`|`null`| no |
178
174
| <aname="input_layers"></a> [layers](#input\_layers)| List of Lambda Layer Version ARNs (maximum of 5) to attach to your Lambda Function. |`list(string)`|`[]`| no |
179
175
| <aname="input_logging_config_application_log_level"></a> [logging\_config\_application\_log\_level](#input\_logging\_config\_application\_log\_level)| For JSON structured logs, choose the detail level of the logs your application sends to CloudWatch when using supported logging libraries. |`string`|`null`| no |
@@ -214,8 +210,6 @@ No modules.
214
210
| <aname="output_filename"></a> [filename](#output\_filename)| Path to the function's deployment package within the local filesystem. |
215
211
| <aname="output_function_name"></a> [function\_name](#output\_function\_name)| Unique name for your Lambda Function |
216
212
| <aname="output_handler"></a> [handler](#output\_handler)| Function entrypoint in your code. |
217
-
| <aname="output_image_config"></a> [image\_config](#output\_image\_config)| Container image configuration values that override the values in the container image Dockerfile. |
218
-
| <aname="output_image_uri"></a> [image\_uri](#output\_image\_uri)| ECR image URI containing the function's deployment package. |
219
213
| <aname="output_invoke_arn"></a> [invoke\_arn](#output\_invoke\_arn)| ARN to be used for invoking Lambda Function from API Gateway. |
220
214
| <aname="output_kms_key_arn"></a> [kms\_key\_arn](#output\_kms\_key\_arn)| Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key that is used to encrypt environment variables. |
221
215
| <aname="output_last_modified"></a> [last\_modified](#output\_last\_modified)| Date this resource was last modified. |
0 commit comments