Skip to content

Instantly share code, notes, and snippets.

@SahanAmarsha
Last active September 27, 2022 13:15
Show Gist options
  • Save SahanAmarsha/a1ed6e9e99feed0fe3513d9fc23fb692 to your computer and use it in GitHub Desktop.
Save SahanAmarsha/a1ed6e9e99feed0fe3513d9fc23fb692 to your computer and use it in GitHub Desktop.
Configure AWS Amplify
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