Skip to content

Instantly share code, notes, and snippets.

@dipeshhkc
Created August 8, 2020 17:52
Show Gist options
  • Save dipeshhkc/87b975eeeb4285c1a610143bfe6faabc to your computer and use it in GitHub Desktop.
Save dipeshhkc/87b975eeeb4285c1a610143bfe6faabc to your computer and use it in GitHub Desktop.
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