-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaws-exports.js.sample
30 lines (27 loc) · 1.02 KB
/
aws-exports.js.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// WARNING: DO NOT EDIT. This file is automatically generated by AWS Amplify. It will be overwritten.
const awsmobile = {
"aws_project_region": "eu-west-2",
"aws_dynamodb_all_tables_region": "eu-west-2",
"aws_dynamodb_table_schemas": [
{
"tableName": "contact-dev",
"region": "eu-west-2"
},
{
"tableName": "stats-dev",
"region": "eu-west-2"
},
{
"tableName": "project-dev",
"region": "eu-west-2"
}
],
"aws_appsync_graphqlEndpoint": "https://je6j6hivvfhwvmcpmy7qurqxva.appsync-api.eu-west-2.amazonaws.com/graphql",
"aws_appsync_region": "eu-west-2",
"aws_appsync_authenticationType": "API_KEY",
"aws_appsync_apiKey": "da2-rmpjavjvobdidlrvlza2dg4ipy",
"aws_content_delivery_bucket": "wprn-frontend-dev-dev",
"aws_content_delivery_bucket_region": "eu-west-2",
"aws_content_delivery_url": "http://wprn-frontend-dev-dev.s3-website.eu-west-2.amazonaws.com"
};
export default awsmobile;