We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092a7f9 commit 01191f4Copy full SHA for 01191f4
.gitignore
@@ -21,3 +21,24 @@
21
npm-debug.log*
22
yarn-debug.log*
23
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
amplify/.config/project-config.json
@@ -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
@@ -0,0 +1,8 @@
+# Getting Started with Amplify CLI
+This directory was generated by [Amplify CLI](https://docs.amplify.aws/cli).
+Helpful resources:
+- Amplify documentation: https://docs.amplify.aws
+- Amplify CLI documentation: https://docs.amplify.aws/cli
+- More details on this folder & generated files: https://docs.amplify.aws/cli/reference/files
+- Join Amplify's community: https://amplify.aws/community/
amplify/backend/backend-config.json
@@ -0,0 +1,9 @@
+ "hosting": {
+ "amplifyhosting": {
+ "service": "amplifyhosting",
+ "providerPlugin": "awscloudformation",
+ "type": "manual"
amplify/backend/hosting/amplifyhosting/amplifyhosting-template.json
@@ -0,0 +1,39 @@
+ "AWSTemplateFormatVersion": "2010-09-09",
+ "Description": "Branch stack creation for AWS Amplify Console",
+ "Parameters": {
+ "env": {
+ "Type": "String"
+ "appId": {
+ "type": {
+ "Conditions": {
+ "isManual": {
+ "Fn::Equals": [
18
+ {
19
+ "Ref": "type"
20
+ "manual"
+ "Resources": {
+ "AmplifyBranch": {
+ "Condition": "isManual",
+ "Type": "AWS::Amplify::Branch",
+ "Properties": {
+ "BranchName": {
+ "Ref": "env"
+ "AppId": {
+ "Ref": "appId"
amplify/backend/tags.json
@@ -0,0 +1,10 @@
+[
+ "Key": "user:Stack",
+ "Value": "{project-env}"
+ "Key": "user:Application",
+ "Value": "{project-name}"
+]
amplify/cli.json
@@ -0,0 +1,36 @@
+ "features": {
+ "graphqltransformer": {
+ "addmissingownerfields": true,
+ "improvepluralization": true,
+ "validatetypenamereservedwords": true,
+ "useexperimentalpipelinedtransformer": false,
+ "enableiterativegsiupdates": true,
+ "secondarykeyasgsi": true,
+ "skipoverridemutationinputtypes": true
+ "frontend-ios": {
+ "enablexcodeintegration": true
+ "auth": {
+ "enablecaseinsensitivity": true,
+ "useinclusiveterminology": true,
+ "breakcirculardependency": true
+ "codegen": {
+ "useappsyncmodelgenplugin": true,
+ "usedocsgeneratorplugin": true,
+ "usetypesgeneratorplugin": true,
+ "cleangeneratedmodelsdirectory": true,
+ "retaincasestyle": true,
+ "addtimestampfields": true,
+ "handlelistnullabilitytransparently": true,
+ "emitauthprovider": true,
+ "generateindexrules": true,
+ "enabledartnullsafety": true
+ "appsync": {
+ "generategraphqlpermissions": true
amplify/team-provider-info.json
@@ -0,0 +1,23 @@
+ "dev": {
+ "awscloudformation": {
+ "AuthRoleName": "amplify-wuwei-dev-204259-authRole",
+ "UnauthRoleArn": "arn:aws:iam::274552862260:role/amplify-wuwei-dev-204259-unauthRole",
+ "AuthRoleArn": "arn:aws:iam::274552862260:role/amplify-wuwei-dev-204259-authRole",
+ "Region": "us-east-1",
+ "DeploymentBucketName": "amplify-wuwei-dev-204259-deployment",
+ "UnauthRoleName": "amplify-wuwei-dev-204259-unauthRole",
+ "StackName": "amplify-wuwei-dev-204259",
+ "StackId": "arn:aws:cloudformation:us-east-1:274552862260:stack/amplify-wuwei-dev-204259/872a7c30-02d9-11ec-9861-0ec6977a61f1",
+ "AmplifyAppId": "d3ne12o7gegro"
+ "categories": {
+ "appId": "d3ne12o7gegro",
0 commit comments