cfntools / cloudformation-gaps

Project to track CloudFormation Coverage
34 stars 1 forks source link

AWS::Cognito::UserPoolDomain #21

Open scottjbaldwin opened 5 years ago

scottjbaldwin commented 5 years ago

https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPoolDomain.html

There is a workaround using a custom resource https://github.com/rosberglinhares/CloudFormationCognitoCustomResources, but it has side effects.

benbridts commented 5 years ago

Another custom resource: https://github.com/vrtdev/custom-resources/tree/master/lambda_code/cognito/UserPoolDomain

benbridts commented 5 years ago

I edit the description and title to match the UserPoolDomain as a separate resource, let me know if this isn't what you intended.

nuttmeister commented 5 years ago

We also have a Custom Resource for this written i Go, if anyone would prefer that for some reason. Deploy instructions and Makefile included in the code.

https://github.com/dwtechnologies/custom-cf

benbridts commented 5 years ago

@nuttmeister Awesome! I labeled all issues to reflect that

PatMyron commented 4 years ago

https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/58