About
The aws_exports.js file would be in the directory which you specified as your “Source Directory Path” when you ran an amplify init with the cli.
Articles Related
Example
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "eu-central-1",
"aws_cognito_identity_pool_id": "eu-central-1:b7e64bc4-f939-7645-83c3-8d23a0a60689",
"aws_cognito_region": "eu-central-1",
"aws_user_pools_id": "eu-central-1_nTFa9Ngs7",
"aws_user_pools_web_client_id": "5qbt6gde1iv6o54eq6ltatku93",
"oauth": {}
};
export default awsmobile;