We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 422a660 commit 10e8d37Copy full SHA for 10e8d37
USAGE.md
@@ -22,6 +22,7 @@ No requirements.
22
| handler | Handler for the aws lambda function, the structure should be the following --> filename.mainfunction | `string` | n/a | yes |
23
| 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 |
25
+| lambda\_vars | n/a | `map` | `{}` | no |
26
| output\_path | The path and name of the resulting zip file | `string` | n/a | yes |
27
| region | n/a | `string` | `"us-east-1"` | no |
28
| schedule\_expression | Cloudwatch rule rate expression for how frequent you want the lambda function to run | `string` | n/a | yes |
0 commit comments