Skip to content

Instantly share code, notes, and snippets.

@mdlavin
Last active January 23, 2021 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdlavin/64e0591a395562db0b1c73e47415eec6 to your computer and use it in GitHub Desktop.
Save mdlavin/64e0591a395562db0b1c73e47415eec6 to your computer and use it in GitHub Desktop.
Amplify custom auth domain backend-config.json
{
"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