-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0176916
commit 2dd34b4
Showing
7 changed files
with
142 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"projectName": "basechat", | ||
"version": "3.1", | ||
"frontend": "javascript", | ||
"javascript": { | ||
"framework": "angular", | ||
"config": { | ||
"SourceDir": "src", | ||
"DistributionDir": "www", | ||
"BuildCommand": "npm.cmd run-script build", | ||
"StartCommand": "ng serve" | ||
} | ||
}, | ||
"providers": [ | ||
"awscloudformation" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"hosting": { | ||
"amplifyhosting": { | ||
"service": "amplifyhosting", | ||
"providerPlugin": "awscloudformation", | ||
"type": "manual" | ||
} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
amplify/backend/hosting/amplifyhosting/amplifyhosting-template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"AWSTemplateFormatVersion": "2010-09-09", | ||
"Description": "Branch stack creation for AWS Amplify Console", | ||
"Parameters": { | ||
"env": { | ||
"Type": "String" | ||
}, | ||
"appId": { | ||
"Type": "String" | ||
}, | ||
"type": { | ||
"Type": "String" | ||
} | ||
}, | ||
"Conditions": { | ||
"isManual": { | ||
"Fn::Equals": [ | ||
{ | ||
"Ref": "type" | ||
}, | ||
"manual" | ||
] | ||
} | ||
}, | ||
"Resources": { | ||
"AmplifyBranch": { | ||
"Condition": "isManual", | ||
"Type": "AWS::Amplify::Branch", | ||
"Properties": { | ||
"BranchName": { | ||
"Ref": "env" | ||
}, | ||
"AppId": { | ||
"Ref": "appId" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"Key": "user:Stack", | ||
"Value": "{project-env}" | ||
}, | ||
{ | ||
"Key": "user:Application", | ||
"Value": "{project-name}" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"dev": { | ||
"awscloudformation": { | ||
"AuthRoleName": "amplify-basechat-dev-190838-authRole", | ||
"UnauthRoleArn": "arn:aws:iam::320034626965:role/amplify-basechat-dev-190838-unauthRole", | ||
"AuthRoleArn": "arn:aws:iam::320034626965:role/amplify-basechat-dev-190838-authRole", | ||
"Region": "us-east-1", | ||
"DeploymentBucketName": "amplify-basechat-dev-190838-deployment", | ||
"UnauthRoleName": "amplify-basechat-dev-190838-unauthRole", | ||
"StackName": "amplify-basechat-dev-190838", | ||
"StackId": "arn:aws:cloudformation:us-east-1:320034626965:stack/amplify-basechat-dev-190838/14abfd40-9f3d-11ec-a799-0ec1afcbebaf", | ||
"AmplifyAppId": "d3kptqhwzvhi4z" | ||
}, | ||
"categories": { | ||
"hosting": { | ||
"amplifyhosting": { | ||
"appId": "d3kptqhwzvhi4z", | ||
"type": "manual" | ||
} | ||
} | ||
} | ||
} | ||
} |