Skip to content

Commit 141afa1

Browse files
author
toshke
committed
main readme
1 parent 9ff97b8 commit 141afa1

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,31 @@ Optional parameters:
7777
will default to empty string, or value of `EmptyKeyDefaultValue` parameter
7878

7979
- `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`

0 commit comments

Comments
 (0)