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 797152b commit edc2078Copy full SHA for edc2078
lambdas/cfn-cognito-user-pools-client-settings/index.js
@@ -29,7 +29,7 @@ exports.handler = async (event, context) => {
29
if (responseData && responseData.UserPoolClient)
30
responseData = responseData.UserPoolClient
31
32
- // try to use the User Pool is (plus '-Settings') as the ID
+ // try to use the User Pool id (plus '-Settings') as the ID
33
let physicalResourceId
34
35
if (responseData && responseData.UserPoolId)
0 commit comments