cfntools / cloudformation-gaps

Project to track CloudFormation Coverage
34 stars 1 forks source link

AWS::Cognito::UserPoolClient.DefaultRedirectURI #5

Open benbridts opened 5 years ago

benbridts commented 5 years ago

https://docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPoolClient.html#CognitoUserPools-CreateUserPoolClient-request-DefaultRedirectURI

benbridts commented 5 years ago

Custom Resource: https://github.com/vrtdev/custom-resources/tree/master/lambda_code/cognito/UserPoolClient

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