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
| <aname="input_description"></a> [description](#input\_description)| Lambda function description |`any`|`null`| no |
41
42
| <aname="input_env_vars_from_parameter_store"></a> [env\_vars\_from\_parameter\_store](#input\_env\_vars\_from\_parameter\_store)| Lambda environment variables from SSM parameter store |`map(any)`|`{}`| no |
42
43
| <aname="input_environment_variables"></a> [environment\_variables](#input\_environment\_variables)| Environment Variables for Lambda Functions |`map(any)`|`{}`| no |
44
+
| <aname="input_event_source_mapping"></a> [event\_source\_mapping](#input\_event\_source\_mapping)| Map of event source mapping |`any`|`{}`| no |
43
45
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Lambda function name |`any`| n/a | yes |
44
46
| <aname="input_function_url"></a> [function\_url](#input\_function\_url)| Create lambda function url |`bool`|`false`| no |
45
47
| <aname="input_function_url_cors"></a> [function\_url\_cors](#input\_function\_url\_cors)| Function url cors |`any`|`{}`| no |
46
48
| <aname="input_handler"></a> [handler](#input\_handler)| Name of Handler |`any`|`null`| no |
49
+
| <aname="input_image_config_command"></a> [image\_config\_command](#input\_image\_config\_command)| The CMD for the docker image |`list(string)`|`[]`| no |
50
+
| <aname="input_image_config_entry_point"></a> [image\_config\_entry\_point](#input\_image\_config\_entry\_point)| The ENTRYPOINT for the docker image |`list(string)`|`[]`| no |
51
+
| <aname="input_image_config_working_directory"></a> [image\_config\_working\_directory](#input\_image\_config\_working\_directory)| The working directory for the docker image |`string`|`null`| no |
47
52
| <aname="input_image_uri"></a> [image\_uri](#input\_image\_uri)| uri of image |`any`|`null`| no |
48
53
| <aname="input_lambda_memory"></a> [lambda\_memory](#input\_lambda\_memory)| Required Memory for Lambda function |`number`|`128`| no |
49
54
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Lambda language |`any`|`null`| no |
@@ -60,6 +65,7 @@ No modules.
60
65
| <aname="input_source_file"></a> [source\_file](#input\_source\_file)| Lambda source file |`string`|`""`| no |
61
66
| <aname="input_subnets"></a> [subnets](#input\_subnets)| Subnets |`list(any)`|`null`| no |
62
67
| <aname="input_tags"></a> [tags](#input\_tags)| Tags |`map`|`{}`| no |
68
+
| <aname="input_tracing_mode"></a> [tracing\_mode](#input\_tracing\_mode)| Tracing mode of the Lambda Function. Valid value can be either PassThrough or Active. |`string`|`null`| no |
0 commit comments