added aws-exports

This commit is contained in:
2020-02-05 08:30:12 -06:00
parent 93067a5ea4
commit 116c8b76a5
2 changed files with 19 additions and 1 deletions

2
.gitignore vendored
View File

@@ -54,5 +54,5 @@ amplify/backend/awscloudformation
build/
dist/
node_modules/
aws-exports.js
#aws-exports.js
awsconfiguration.json

18
src/aws-exports.js Normal file
View File

@@ -0,0 +1,18 @@
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "us-east-1",
"aws_content_delivery_bucket": "hpiotwebapp-devs",
"aws_content_delivery_bucket_region": "us-east-1",
"aws_content_delivery_url": "https://d20e8n1g2sai9c.cloudfront.net",
"aws_cognito_identity_pool_id": "us-east-1:c018fdcf-3b1a-45db-a70e-daf34e217f8f",
"aws_cognito_region": "us-east-1",
"aws_user_pools_id": "us-east-1_XcUWWJXMT",
"aws_user_pools_web_client_id": "ms2jhuludm93g9qfpuio8m9k6",
"oauth": {},
"aws_user_files_s3_bucket": "hpiotuserstorage-devs",
"aws_user_files_s3_bucket_region": "us-east-1"
};
export default awsmobile;