Created
November 22, 2019 03:06
-
-
Save mattbajorek/3977d56a0b815f8989c2e0777f9bdf7f to your computer and use it in GitHub Desktop.
Adding AWS config settings
This file contains 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
{ | |
"AWSCognito": { | |
"Region": "{Region}", | |
"PoolId": "{PoolId}", | |
"AppClientId": "{AppClientId}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment