File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -77,3 +77,31 @@ Optional parameters:
77
77
will default to empty string, or value of ` EmptyKeyDefaultValue ` parameter
78
78
79
79
- ` EmptyKeyDefaultValue ` value for keys not present in JSON file and requested by ` EnsureKeys `
80
+
81
+ ## Cognito UserPoolDomain
82
+
83
+ Creates UserPoolDomain for cognito user pool. This is currently not
84
+ covered by CloudFormation.
85
+
86
+ runtime: ` nodejs6.10 `
87
+ handler: ` cognito-user-pool-domain/index.handler `
88
+
89
+ Required parameters:
90
+
91
+ Please look at ` cognito-user-pool-domain/schema.json `
92
+
93
+ Optional parameter ` GenerateRandomIfNotAvailable ` will try to append random
94
+ string to requested domain name, if given name is not available. This process
95
+ is repeated 5 times until handler reports an error.
96
+
97
+ ## Cognito UserPoolClient
98
+
99
+ Creates user pool client, as there is no cloudformation resource supporting
100
+ all of the properties.
101
+
102
+ runtime: ` nodejs6.10 `
103
+ handler: ` cognito-user-pool-client/index.handler `
104
+
105
+ Required parameters:
106
+
107
+ Please look at ` cognito-user-pool-client/schema.json `
You can’t perform that action at this time.
0 commit comments