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
@@ -126,6 +126,7 @@ See the [functions](https://github.com/terraform-aws-modules/terraform-aws-notif
126
126
| <aname="input_putin_khuylo"></a> [putin\_khuylo](#input\_putin\_khuylo)| Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!|`bool`|`true`| no |
127
127
| <aname="input_recreate_missing_package"></a> [recreate\_missing\_package](#input\_recreate\_missing\_package)| Whether to recreate missing Lambda package if it is missing locally or not |`bool`|`true`| no |
128
128
| <aname="input_reserved_concurrent_executions"></a> [reserved\_concurrent\_executions](#input\_reserved\_concurrent\_executions)| The amount of reserved concurrent executions for this lambda function. A value of 0 disables lambda from being triggered and -1 removes any concurrency limitations |`number`|`-1`| no |
129
+
| <aname="input_runtime"></a> [runtime](#input\_runtime)| Lambda Function runtime |`string`|`"python3.11"`| no |
129
130
| <aname="input_slack_channel"></a> [slack\_channel](#input\_slack\_channel)| The name of the channel in Slack for notifications |`string`| n/a | yes |
130
131
| <aname="input_slack_emoji"></a> [slack\_emoji](#input\_slack\_emoji)| A custom emoji that will appear on Slack messages |`string`|`":aws:"`| no |
131
132
| <aname="input_slack_username"></a> [slack\_username](#input\_slack\_username)| The username that will appear on Slack messages |`string`| n/a | yes |
0 commit comments