Amplify - aws-export

Card Puncher Data Processing

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.

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;





Discover More
Card Puncher Data Processing
Amplify - Javascript Library

The javascript amplify library In the app (preferably at the root level), configure Amplify. where: aws-exports is a configuration file created using the cli. See aws-exports AWS Amplify...
Card Puncher Data Processing
Cognito - Amplify Auth Component

Auth is a sub-component (called a category) of the amplify library and is a wrapper around amazon-cognito-identity-js All methods are available in the Auth...



Share this page:
Follow us:
Task Runner