Skip to content

Instantly share code, notes, and snippets.

@SahanAmarsha
Created January 16, 2023 19:26
Show Gist options
  • Save SahanAmarsha/e10f7c1f3ac0ce177885faefc3efcdc7 to your computer and use it in GitHub Desktop.
Save SahanAmarsha/e10f7c1f3ac0ce177885faefc3efcdc7 to your computer and use it in GitHub Desktop.
Configure AWS Amplify
// import aws amplify
import { Amplify } from "aws-amplify";
import awsExports from "./aws-exports";
// configure amplify
Amplify.configure(awsExports);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment