Created
August 8, 2020 17:52
-
-
Save dipeshhkc/87b975eeeb4285c1a610143bfe6faabc to your computer and use it in GitHub Desktop.
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
import { Amplify } from "aws-amplify"; | |
Amplify.configure({ | |
Auth: { | |
region: [your configured region], | |
userPoolId: [your configured userPoolId], | |
userPoolWebClientId: [your configured userPoolWebClientId] | |
}, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment