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: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ No modules.
44
44
| <aname="input_apigw_execution_arn"></a> [apigw\_execution\_arn](#input\_apigw\_execution\_arn)| Apigw execution arn |`list`|`[]`| no |
45
45
| <aname="input_cloudwatch_scheduler_arn"></a> [cloudwatch\_scheduler\_arn](#input\_cloudwatch\_scheduler\_arn)| Cloudwatch scheduler arn |`string`|`""`| no |
46
46
| <aname="input_cognito_pool_arn"></a> [cognito\_pool\_arn](#input\_cognito\_pool\_arn)| Cognito pool arn |`string`|`""`| no |
47
-
| <aname="input_description"></a> [description](#input\_description)| Lambda function description |`any`|n/a|yes|
47
+
| <aname="input_description"></a> [description](#input\_description)| Lambda function description |`any`|`null`|no|
48
48
| <aname="input_enable_api_invoke_permission"></a> [enable\_api\_invoke\_permission](#input\_enable\_api\_invoke\_permission)| Enable api invoke permission |`bool`|`false`| no |
49
49
| <aname="input_enable_cognito_invoke_permission"></a> [enable\_cognito\_invoke\_permission](#input\_enable\_cognito\_invoke\_permission)| Enable cognito invoke permission |`bool`|`false`| no |
50
50
| <aname="input_enable_eventbridge_invoke_permission"></a> [enable\_eventbridge\_invoke\_permission](#input\_enable\_eventbridge\_invoke\_permission)| Enable eventbridge invoke permission |`bool`|`false`| no |
@@ -56,14 +56,16 @@ No modules.
56
56
| <aname="input_eventbridge_rule_arn"></a> [eventbridge\_rule\_arn](#input\_eventbridge\_rule\_arn)| Eventbridge rule arn |`string`|`""`| no |
57
57
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| Lambda function name |`any`| n/a | yes |
58
58
| <aname="input_function_url"></a> [function\_url](#input\_function\_url)| Create lambda function url |`bool`|`false`| no |
59
-
| <aname="input_function_url_cors"></a> [function\_url\_cors](#input\_function\_url\_cors)| Function url cors |`any`|`[]`| no |
60
-
| <aname="input_handler"></a> [handler](#input\_handler)| Name of Handler |`any`| n/a | yes |
59
+
| <aname="input_function_url_cors"></a> [function\_url\_cors](#input\_function\_url\_cors)| Function url cors |`any`|`{}`| no |
60
+
| <aname="input_handler"></a> [handler](#input\_handler)| Name of Handler |`any`|`null`| no |
61
+
| <aname="input_image_uri"></a> [image\_uri](#input\_image\_uri)| uri of image |`any`|`null`| no |
61
62
| <aname="input_lambda_memory"></a> [lambda\_memory](#input\_lambda\_memory)| Required Memory for Lambda function |`number`|`128`| no |
62
-
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Lambda language |`any`|n/a|yes|
63
+
| <aname="input_lambda_runtime"></a> [lambda\_runtime](#input\_lambda\_runtime)| Lambda language |`any`|`null`|no|
63
64
| <aname="input_lambda_timeout"></a> [lambda\_timeout](#input\_lambda\_timeout)| Required Timeout for Lambda function |`number`|`5`| no |
64
65
| <aname="input_layers_arn"></a> [layers\_arn](#input\_layers\_arn)| Lambda layer arn |`list(string)`|`null`| no |
65
66
| <aname="input_logs_retention"></a> [logs\_retention](#input\_logs\_retention)| Specifies the number of days you want to retain log events in the specified log group |`number`|`null`| no |
66
67
| <aname="input_output_path"></a> [output\_path](#input\_output\_path)| The name for the zip file created with the file described in source\_file |`string`|`""`| no |
68
+
| <aname="input_package_type"></a> [package\_type](#input\_package\_type)| type of package |`any`|`null`| no |
67
69
| <aname="input_prefix"></a> [prefix](#input\_prefix)| Prefix for resources |`string`|`""`| no |
68
70
| <aname="input_publish"></a> [publish](#input\_publish)| Publish lambda function version |`bool`|`false`| no |
69
71
| <aname="input_s3_bucket"></a> [s3\_bucket](#input\_s3\_bucket)| Lambda artifacts bucket |`string`|`""`| no |
@@ -73,6 +75,7 @@ No modules.
73
75
| <aname="input_source_file"></a> [source\_file](#input\_source\_file)| Lambda source file |`string`|`""`| no |
74
76
| <aname="input_sqs_queue_arn"></a> [sqs\_queue\_arn](#input\_sqs\_queue\_arn)| SQS queue arn |`string`|`""`| no |
75
77
| <aname="input_subnets"></a> [subnets](#input\_subnets)| Subnets |`list(any)`|`null`| no |
78
+
| <aname="input_tags"></a> [tags](#input\_tags)| Tags |`map`|`{}`| no |
0 commit comments