Skip to content

Commit

Permalink
Moved to project account
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLiuUBC committed Sep 20, 2022
1 parent db6d516 commit 1d8ebcb
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"files.exclude": {
"amplify/.config": true,
"amplify/**/*-parameters.json": true,
"amplify/**/amplify.state": true,
"amplify/**/transform.conf.json": true,
"amplify/#current-cloud-backend": true,
"amplify/backend/amplify-meta.json": true,
"amplify/backend/awscloudformation": true
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Lambda resource stack creation using Amplify CLI",
"Description": "{\"createdOn\":\"Windows\",\"createdBy\":\"Amplify\",\"createdWith\":\"9.2.1\",\"stackType\":\"function-Lambda\",\"metadata\":{}}",
"Parameters": {
"env": {
"Type": "String"
Expand Down
6 changes: 0 additions & 6 deletions amplify/backend/types/amplify-dependent-resources-ref.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,5 @@ export type AmplifyDependentResourcesAttributes = {
"GraphQLAPIIdOutput": "string",
"GraphQLAPIEndpointOutput": "string"
}
},
"storage": {
"b4hstorage": {
"BucketName": "string",
"Region": "string"
}
}
}
25 changes: 25 additions & 0 deletions amplify/team-provider-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,30 @@
}
}
}
},
"prod": {
"awscloudformation": {
"AuthRoleName": "amplify-basics4health-prod-152343-authRole",
"UnauthRoleArn": "arn:aws:iam::526808004234:role/amplify-basics4health-prod-152343-unauthRole",
"AuthRoleArn": "arn:aws:iam::526808004234:role/amplify-basics4health-prod-152343-authRole",
"Region": "ca-central-1",
"DeploymentBucketName": "amplify-basics4health-prod-152343-deployment",
"UnauthRoleName": "amplify-basics4health-prod-152343-unauthRole",
"StackName": "amplify-basics4health-prod-152343",
"StackId": "arn:aws:cloudformation:ca-central-1:526808004234:stack/amplify-basics4health-prod-152343/ddd86d90-3932-11ed-ad5a-063da36f8e04",
"AmplifyAppId": "d156w8cp6yx4ru"
},
"categories": {
"auth": {
"basics4health41656259": {},
"userPoolGroups": {}
},
"function": {
"AdminQueries4a61d8cc": {
"deploymentBucketName": "amplify-basics4health-prod-152343-deployment",
"s3Key": "amplify-builds/AdminQueries4a61d8cc-75784b4146434338654a-build.zip"
}
}
}
}
}

0 comments on commit 1d8ebcb

Please sign in to comment.