Skip to content

Commit

Permalink
launch from EMR
Browse files Browse the repository at this point in the history
  • Loading branch information
ELiuHub committed Aug 9, 2022
1 parent f0f0607 commit 83b28f0
Show file tree
Hide file tree
Showing 13 changed files with 2,413 additions and 1,625 deletions.
22 changes: 22 additions & 0 deletions amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,27 @@
}
]
}
},
"storage": {
"b4hstorage": {
"service": "S3",
"providerPlugin": "awscloudformation",
"dependsOn": [
{
"category": "auth",
"resourceName": "basics4health41656259",
"attributes": [
"UserPoolId"
]
},
{
"category": "auth",
"resourceName": "userPoolGroups",
"attributes": [
"AdminsGroupRole"
]
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "{\"createdOn\":\"Windows\",\"createdBy\":\"Amplify\",\"createdWith\":\"9.1.0\",\"stackType\":\"function-Lambda\",\"metadata\":{}}",
"Description": "Lambda resource stack creation using Amplify CLI",
"Parameters": {
"env": {
"Type": "String"
Expand Down
16 changes: 16 additions & 0 deletions amplify/backend/storage/b4hstorage/cli-inputs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"resourceName": "b4hstorage",
"policyUUID": "b68c93b5",
"bucketName": "basics4health",
"storageAccess": "auth",
"guestAccess": [],
"authAccess": [],
"triggerFunction": "NONE",
"groupAccess": {
"Admins": [
"CREATE_AND_UPDATE",
"READ",
"DELETE"
]
}
}
6 changes: 6 additions & 0 deletions amplify/backend/types/amplify-dependent-resources-ref.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ export type AmplifyDependentResourcesAttributes = {
"ApiName": "string",
"ApiId": "string"
}
},
"storage": {
"b4hstorage": {
"BucketName": "string",
"Region": "string"
}
}
}
190 changes: 190 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"@testing-library/user-event": "^13.5.0",
"aws-amplify": "^4.3.27",
"axios": "^0.27.2",
"fhirclient": "^2.4.0",
"lforms": "^29.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
Loading

0 comments on commit 83b28f0

Please sign in to comment.