Skip to content

Commit b9b0591

Browse files
committed
terraform-docs: automated action
1 parent 2919f67 commit b9b0591

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

USAGE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ No requirements.
2121
| function\_name | Name of the aws lambda function | `string` | n/a | yes |
2222
| handler | Handler for the aws lambda function, the structure should be the following --> filename.mainfunction | `string` | n/a | yes |
2323
| lambda\_role\_name | Name of the aws lambda execution role | `string` | n/a | yes |
24+
| lambda\_runtime | Lambda runtime i.e <python3.8> | `string` | `"python3.8"` | no |
2425
| output\_path | The path and name of the resulting zip file | `string` | n/a | yes |
2526
| region | n/a | `string` | `"us-east-1"` | no |
2627
| schedule\_expression | Cloudwatch rule rate expression for how frequent you want the lambda function to run | `string` | n/a | yes |
28+
| source\_code\_hash | hash of the current zip file, changes in the function code will produce an update of the lambda function | `string` | n/a | yes |
2729
| source\_file | The path in your filesystem where your script is located | `string` | n/a | yes |
2830
| table\_name | Name of the DynamoDB table | `string` | n/a | yes |
2931

0 commit comments

Comments
 (0)