Skip to content

Commit 01191f4

Browse files
author
crzypatchwork
committed
latest
1 parent 092a7f9 commit 01191f4

27 files changed

+11175
-4104
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,24 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24+
25+
#amplify-do-not-edit-begin
26+
amplify/\#current-cloud-backend
27+
amplify/.config/local-*
28+
amplify/logs
29+
amplify/mock-data
30+
amplify/backend/amplify-meta.json
31+
amplify/backend/awscloudformation
32+
amplify/backend/.temp
33+
build/
34+
dist/
35+
node_modules/
36+
aws-exports.js
37+
awsconfiguration.json
38+
amplifyconfiguration.json
39+
amplifyconfiguration.dart
40+
amplify-build-config.json
41+
amplify-gradle-config.json
42+
amplifytools.xcconfig
43+
.secret-*
44+
#amplify-do-not-edit-end
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"projectName": "wuwei",
3+
"version": "3.1",
4+
"frontend": "javascript",
5+
"javascript": {
6+
"framework": "react",
7+
"config": {
8+
"SourceDir": "src",
9+
"DistributionDir": "build",
10+
"BuildCommand": "npm run-script build",
11+
"StartCommand": "npm run-script start"
12+
}
13+
},
14+
"providers": [
15+
"awscloudformation"
16+
]
17+
}

amplify/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Getting Started with Amplify CLI
2+
This directory was generated by [Amplify CLI](https://docs.amplify.aws/cli).
3+
4+
Helpful resources:
5+
- Amplify documentation: https://docs.amplify.aws
6+
- Amplify CLI documentation: https://docs.amplify.aws/cli
7+
- More details on this folder & generated files: https://docs.amplify.aws/cli/reference/files
8+
- Join Amplify's community: https://amplify.aws/community/
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"hosting": {
3+
"amplifyhosting": {
4+
"service": "amplifyhosting",
5+
"providerPlugin": "awscloudformation",
6+
"type": "manual"
7+
}
8+
}
9+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"AWSTemplateFormatVersion": "2010-09-09",
3+
"Description": "Branch stack creation for AWS Amplify Console",
4+
"Parameters": {
5+
"env": {
6+
"Type": "String"
7+
},
8+
"appId": {
9+
"Type": "String"
10+
},
11+
"type": {
12+
"Type": "String"
13+
}
14+
},
15+
"Conditions": {
16+
"isManual": {
17+
"Fn::Equals": [
18+
{
19+
"Ref": "type"
20+
},
21+
"manual"
22+
]
23+
}
24+
},
25+
"Resources": {
26+
"AmplifyBranch": {
27+
"Condition": "isManual",
28+
"Type": "AWS::Amplify::Branch",
29+
"Properties": {
30+
"BranchName": {
31+
"Ref": "env"
32+
},
33+
"AppId": {
34+
"Ref": "appId"
35+
}
36+
}
37+
}
38+
}
39+
}

amplify/backend/tags.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[
2+
{
3+
"Key": "user:Stack",
4+
"Value": "{project-env}"
5+
},
6+
{
7+
"Key": "user:Application",
8+
"Value": "{project-name}"
9+
}
10+
]

amplify/cli.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"features": {
3+
"graphqltransformer": {
4+
"addmissingownerfields": true,
5+
"improvepluralization": true,
6+
"validatetypenamereservedwords": true,
7+
"useexperimentalpipelinedtransformer": false,
8+
"enableiterativegsiupdates": true,
9+
"secondarykeyasgsi": true,
10+
"skipoverridemutationinputtypes": true
11+
},
12+
"frontend-ios": {
13+
"enablexcodeintegration": true
14+
},
15+
"auth": {
16+
"enablecaseinsensitivity": true,
17+
"useinclusiveterminology": true,
18+
"breakcirculardependency": true
19+
},
20+
"codegen": {
21+
"useappsyncmodelgenplugin": true,
22+
"usedocsgeneratorplugin": true,
23+
"usetypesgeneratorplugin": true,
24+
"cleangeneratedmodelsdirectory": true,
25+
"retaincasestyle": true,
26+
"addtimestampfields": true,
27+
"handlelistnullabilitytransparently": true,
28+
"emitauthprovider": true,
29+
"generateindexrules": true,
30+
"enabledartnullsafety": true
31+
},
32+
"appsync": {
33+
"generategraphqlpermissions": true
34+
}
35+
}
36+
}

amplify/team-provider-info.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"dev": {
3+
"awscloudformation": {
4+
"AuthRoleName": "amplify-wuwei-dev-204259-authRole",
5+
"UnauthRoleArn": "arn:aws:iam::274552862260:role/amplify-wuwei-dev-204259-unauthRole",
6+
"AuthRoleArn": "arn:aws:iam::274552862260:role/amplify-wuwei-dev-204259-authRole",
7+
"Region": "us-east-1",
8+
"DeploymentBucketName": "amplify-wuwei-dev-204259-deployment",
9+
"UnauthRoleName": "amplify-wuwei-dev-204259-unauthRole",
10+
"StackName": "amplify-wuwei-dev-204259",
11+
"StackId": "arn:aws:cloudformation:us-east-1:274552862260:stack/amplify-wuwei-dev-204259/872a7c30-02d9-11ec-9861-0ec6977a61f1",
12+
"AmplifyAppId": "d3ne12o7gegro"
13+
},
14+
"categories": {
15+
"hosting": {
16+
"amplifyhosting": {
17+
"appId": "d3ne12o7gegro",
18+
"type": "manual"
19+
}
20+
}
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)