Skip to content

Commit

Permalink
GH-54: Updated Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyhchen committed Aug 4, 2021
1 parent ed98069 commit a315b94
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion amplify/backend/backend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,57 @@
}
}
}
}
},
"dependsOn": [
{
"category": "storage",
"resourceName": "main",
"attributes": [
"Name",
"Arn"
]
},
{
"category": "storage",
"resourceName": "items",
"attributes": [
"Name",
"Arn"
]
},
{
"category": "storage",
"resourceName": "batch",
"attributes": [
"Name",
"Arn"
]
},
{
"category": "storage",
"resourceName": "tags",
"attributes": [
"Name",
"Arn"
]
},
{
"category": "storage",
"resourceName": "history",
"attributes": [
"Name",
"Arn"
]
},
{
"category": "storage",
"resourceName": "transactions",
"attributes": [
"Name",
"Arn"
]
}
]
}
},
"auth": {
Expand Down

0 comments on commit a315b94

Please sign in to comment.