File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments