brave-shoe-38877
01/06/2025, 1:35 PMconst userPoolDomain = new aws.cognito.UserPoolDomain("userPoolDomain", {
domain: `${name}-user-pool-domain`,
userPoolId: userPool.id,
});
aws:cognito:UserPoolDomain (userPoolDomain):
error: sdk-v2/provider2.go:515: sdk.helper_schema: updating Cognito User Pool Domain (customer1-user-pool-domain): operation error Cognito Identity Provider: UpdateUserPoolDomain, https response error StatusCode: 400, RequestID: xxx, InvalidParameterException: 2 validation errors detected: Value '' at 'customDomainConfig.certificateArn' failed to satisfy constraint: Member must satisfy regular expression pattern: arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?; Value '' at 'customDomainConfig.certificateArn' failed to satisfy constraint: Member must have length greater than or equal to 20: provider=aws@6.66.2
I assume, it's not yet supported in the package since I can't see any additional flags (like managed domain). Appreciate any help on this! 🙏