Skip to content

Commit 7b99f7c

Browse files
authored
Merge pull request aws-amplify#1426 from aws-amplify/analytics-stack
Analytics stack
2 parents 6dfb014 + 1ac3cb0 commit 7b99f7c

File tree

3 files changed

+15
-40
lines changed

3 files changed

+15
-40
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ amplify/backend/awscloudformation
5555
build/
5656
dist/
5757
node_modules/
58-
client/src/aws-exports.js
5958
client/src/aws-exports.ts
6059
awsconfiguration.json
6160
amplifyconfiguration.json
6261
amplify-gradle-config.json
63-
amplifyxc.config
62+
amplifyxc.config
63+
amplify/team-provider-info.json

amplify/team-provider-info.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

client/src/aws-exports.js

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
2+
3+
const awsmobile = {
4+
"aws_project_region": "us-west-2",
5+
"aws_cognito_identity_pool_id": "us-west-2:4b632a29-b6d8-487f-bac4-c4311a5ab725",
6+
"aws_cognito_region": "us-west-2",
7+
"oauth": {},
8+
"aws_mobile_analytics_app_id": "53496f1ec97f4f57b6f9b1b5df579cda",
9+
"aws_mobile_analytics_app_region": "us-west-2"
10+
};
11+
12+
13+
export default awsmobile;

0 commit comments

Comments
 (0)