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
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,11 @@ located within its directory.
14
14
15
15
## Features
16
16
17
-
- Deploy a [custom SMS sender Lambda function for AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.html)
18
-
- Customizable Open Policy Agent (OPA) policy to filter and throttle SMS sending
19
-
- Ability to dynamically use SMS sender ID and short code
17
+
-[Custom SMS sender Lambda function for AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-sms-sender.html)
18
+
- Customizable (OPA) policy to filter and throttle SMS sending
19
+
- Ability to dynamically use SMS sender ID and short code
20
+
-[Custom Email sender Lambda function for AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-custom-email-sender.html)
21
+
- Dyanmic decided which SES template to use based on context of request.
|`kms_key_alias_prefix`| The prefix for the KMS key alias. It must start with 'alias' and only include alphanumeric characters, dashes, underscores, colons or slashes, but doesn't end with a slash. |`string`|`"alias"`| no |
44
49
|`service_log_level`| The log level for the service. It must be one of 'debug', 'info', 'warn', 'error', 'panic' or 'fatal'. |`string`|`"info"`| no |
50
+
|`email_sender_enabled`| Whether or not the eamil sender is enabled. |`bool`|`false`| no |
51
+
|`email_sender_policy_content`| The content of the Open Policy Agent policy for email sender. It must include the string 'package cognito_custom_sender_email_policy'. |`string`| n/a | yes |
45
52
|`sms_sender_enabled`| Whether or not the SMS sender is enabled. |`bool`|`false`| no |
46
53
|`sms_sender_policy_content`| The content of the Open Policy Agent policy for SMS sender. It must include the string 'package cognito_custom_sender_sms_policy'. |`string`| n/a | yes |
47
54
|`sms_sender_throttle_period_in_minutes`| The throttle period for the SMS sender, in minutes. It must be a positive integer. |`number`|`15`| no |
0 commit comments