Skip to content

Commit 28db5b7

Browse files
NO-ISSUE: Update Amplify iOS client lib
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
1 parent 6174084 commit 28db5b7

File tree

10 files changed

+312
-245
lines changed

10 files changed

+312
-245
lines changed

amplify/backend/custom/searchByBounds/package-lock.json

+38-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amplify/backend/custom/searchByBounds/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
},
1010
"dependencies": {
1111
"@aws-amplify/cli-extensibility-helper": "^2.0.0",
12-
"@aws-cdk/core": "~1.124.0",
1312
"@aws-cdk/aws-iam": "~1.124.0",
13+
"@aws-cdk/aws-sns": "~1.124.0",
1414
"@aws-cdk/aws-sns-subscriptions": "~1.124.0",
1515
"@aws-cdk/aws-sqs": "~1.124.0",
16-
"@aws-cdk/aws-sns": "~1.124.0"
16+
"@aws-cdk/core": "~1.124.0"
1717
},
1818
"devDependencies": {
1919
"typescript": "^4.2.4"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)