Last active
January 23, 2021 20:38
-
-
Save mdlavin/64e0591a395562db0b1c73e47415eec6 to your computer and use it in GitHub Desktop.
Amplify custom auth domain backend-config.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"auth": { | |
"domain": { | |
"providerPlugin": "awscloudformation", | |
"dependsOn": [ | |
{ | |
"category": "auth", | |
"resourceName": "CognitoResource", | |
"attributes": [ | |
"UserPoolId" | |
] | |
} | |
] | |
}, | |
"CognitoResource": { | |
"service": "Cognito", | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment