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 2df10ba commit b90ff9eCopy full SHA for b90ff9e
USAGE.md
@@ -25,7 +25,6 @@ No requirements.
25
| region | n/a | `string` | `"us-east-1"` | no |
26
| schedule\_expression | Cloudwatch rule rate expression for how frequent you want the lambda function to run | `string` | n/a | yes |
27
| 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 |
28
-| source\_file | The path in your filesystem where your script is located | `string` | n/a | yes |
29
| table\_name | Name of the DynamoDB table | `string` | n/a | yes |
30
31
## Outputs
0 commit comments