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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -789,6 +789,7 @@ No modules.
789
789
| <aname="input_file_system_arn"></a> [file\_system\_arn](#input\_file\_system\_arn)| The Amazon Resource Name (ARN) of the Amazon EFS Access Point that provides access to the file system. |`string`|`null`| no |
790
790
| <aname="input_file_system_local_mount_path"></a> [file\_system\_local\_mount\_path](#input\_file\_system\_local\_mount\_path)| The path where the function can access the file system, starting with /mnt/. |`string`|`null`| no |
791
791
| <aname="input_function_name"></a> [function\_name](#input\_function\_name)| A unique name for your Lambda Function |`string`|`""`| no |
792
+
| <aname="input_function_tags"></a> [function\_tags](#input\_function\_tags)| A map of tags to assign only to the lambda function |`map(string)`|`{}`| no |
792
793
| <aname="input_handler"></a> [handler](#input\_handler)| Lambda Function entrypoint in your code |`string`|`""`| no |
793
794
| <aname="input_hash_extra"></a> [hash\_extra](#input\_hash\_extra)| The string to add into hashing function. Useful when building same source path for different functions. |`string`|`""`| no |
794
795
| <aname="input_ignore_source_code_hash"></a> [ignore\_source\_code\_hash](#input\_ignore\_source\_code\_hash)| Whether to ignore changes to the function's source code hash. Set to true if you manage infrastructure and code deployments separately. |`bool`|`false`| no |
0 commit comments