Last active
September 27, 2022 13:15
-
-
Save SahanAmarsha/a1ed6e9e99feed0fe3513d9fc23fb692 to your computer and use it in GitHub Desktop.
Configure AWS Amplify
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 { Auth, Amplify } from "aws-amplify"; | |
//configure amplify | |
import awsconfig from './aws-exports'; | |
Auth.configure(awsconfig); | |
Amplify.configure(awsconfig); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment