Created
January 16, 2023 19:26
-
-
Save SahanAmarsha/e10f7c1f3ac0ce177885faefc3efcdc7 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 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