Skip to content

Commit

Permalink
NO-ISSUE: Update Amplify iOS client lib
Browse files Browse the repository at this point in the history
Amplify have known issue which prevent to fill properties with .hasOne connection
Here the issue:
aws-amplify/amplify-swift#1107
And here the prepared fix:
aws-amplify/amplify-swift#1676

Since fix was on github for while without any changes I switched the to the forked version of amplify
  • Loading branch information
igorTimofiejczyk committed Aug 31, 2022
1 parent 6174084 commit 28db5b7
Show file tree
Hide file tree
Showing 10 changed files with 312 additions and 245 deletions.
71 changes: 38 additions & 33 deletions amplify/backend/custom/searchByBounds/package-lock.json

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

6 changes: 3 additions & 3 deletions amplify/backend/custom/searchByBounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
},
"dependencies": {
"@aws-amplify/cli-extensibility-helper": "^2.0.0",
"@aws-cdk/core": "~1.124.0",
"@aws-cdk/aws-iam": "~1.124.0",
"@aws-cdk/aws-sns": "~1.124.0",
"@aws-cdk/aws-sns-subscriptions": "~1.124.0",
"@aws-cdk/aws-sqs": "~1.124.0",
"@aws-cdk/aws-sns": "~1.124.0"
"@aws-cdk/core": "~1.124.0"
},
"devDependencies": {
"typescript": "^4.2.4"
}
}
}
Loading

0 comments on commit 28db5b7

Please sign in to comment.