We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, Thanks for the amazing Custom Resources!
I've been playing with it but I can't deploy:
Cloudformation event error:
13 Nov 2018 16:59:53 | UserPoolTestDomain | CREATE_FAILED | Invalid Response object: 'null' is not a valid ResponseStatus -- | -- | -- | --
CloudWatch Errors:
2018-11-13T16:37:14.250Z 5ec5c2ab-e762-11e8-9a5d-d7e6fe71fea6 CognitoUserPoolDomain Error for request type Create: { InternalErrorException: Internal server error again. at Request.extractError (/var/runtime/node_modules/aws-sdk/lib/protocol/json.js:48:27) at Request.callListeners (/var/runtime/node_modules/aws-sdk/lib/sequential_executor.js:105:20) at Request.emit (/var/runtime/node_modules/aws-sdk/lib/sequential_executor.js:77:10) at Request.emit (/var/runtime/node_modules/aws-sdk/lib/request.js:683:14) at Request.transition (/var/runtime/node_modules/aws-sdk/lib/request.js:22:10) at AcceptorStateMachine.runTo (/var/runtime/node_modules/aws-sdk/lib/state_machine.js:14:12) at /var/runtime/node_modules/aws-sdk/lib/state_machine.js:26:10 at Request.<anonymous> (/var/runtime/node_modules/aws-sdk/lib/request.js:38:9) at Request.<anonymous> (/var/runtime/node_modules/aws-sdk/lib/request.js:685:12) at Request.callListeners (/var/runtime/node_modules/aws-sdk/lib/sequential_executor.js:115:18) message: 'Internal server error again.', code: 'InternalErrorException', time: 2018-11-13T16:37:14.249Z, requestId: '6028fc4b-e762-11e8-a08b-ffae2b14856f', statusCode: 500, retryable: true }
I've try to deploy in two cloudformation templates (one for lambdas & permission and another for demo resources) but the same problem there.
Do you have experiment the same problem?
Thanks, Manuel
The text was updated successfully, but these errors were encountered:
Yup. I am having the same issue. Where you able to resolve it?
Sorry, something went wrong.
No, finally we use an cli command scripted to do the trick.
I figured it out. You have to specify a unique domain:
UserPoolTestDomain: Type: 'Custom::CognitoUserPoolDomain Properties: ServiceToken: !GetAtt CloudFormationCognitoUserPoolDomain.Arn UserPoolId: !Ref UserPoolTest Domain: <unique domain that hasn't already been taken> <--#Here Thanks :)
UserPoolTestDomain:
Type: 'Custom::CognitoUserPoolDomain
Properties:
ServiceToken: !GetAtt CloudFormationCognitoUserPoolDomain.Arn
UserPoolId: !Ref UserPoolTest
Domain: <unique domain that hasn't already been taken>
No branches or pull requests
Hi there,
Thanks for the amazing Custom Resources!
I've been playing with it but I can't deploy:
Cloudformation event error:
CloudWatch Errors:
I've try to deploy in two cloudformation templates (one for lambdas & permission and another for demo resources) but the same problem there.
Do you have experiment the same problem?
Thanks,
Manuel
The text was updated successfully, but these errors were encountered: