@@ -19,7 +19,7 @@ This guide helps you migrate your iOS app from the legacy AWS SDK for iOS to the
19
19
20
20
| AWS Mobile SDK for iOS | Amplify Swift |
21
21
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
22
- | [ SignUp] ( https://docs.amplify.aws/gen1/swift/sdk/auth/working-with-api/#signup ) | [ Sign Up ] ( https://docs.amplify.aws/gen1/swift/build-a-backend/auth/enable-sign-in/#register-a-user ) |
22
+ | [ SignUp] ( https://docs.amplify.aws/gen1/swift/sdk/auth/working-with-api/#signup ) | [ SignUp ] ( https://docs.amplify.aws/gen1/swift/build-a-backend/auth/enable-sign-in/#register-a-user ) |
23
23
| [ Confirm SignUp] ( https://docs.amplify.aws/gen1/swift/sdk/auth/working-with-api/#confirm-signup ) | [ Confirm SignUp] ( https://docs.amplify.aws/gen1/swift/build-a-backend/auth/enable-sign-in/#register-a-user ) |
24
24
| [ Sign In] ( https://docs.amplify.aws/gen1/swift/sdk/auth/working-with-api/#signin ) | [ Sign In] ( https://docs.amplify.aws/gen1/swift/build-a-backend/auth/enable-sign-in/#sign-in-a-user ) |
25
25
| [ Guest Access] ( https://docs.amplify.aws/gen1/swift/sdk/auth/guest-access/ ) | [ Guest Access] ( https://docs.amplify.aws/gen1/swift/build-a-backend/auth/enable-guest-access/ ) |
@@ -59,7 +59,7 @@ This guide helps you migrate your iOS app from the legacy AWS SDK for iOS to the
59
59
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
60
60
| [ Invoke] ( https://docs.amplify.aws/gen1/swift/sdk/api/rest/ ) | [ Create] ( https://docs.amplify.aws/gen1/swift/build-a-backend/restapi/set-up-rest-api/#make-a-post-request ) / [ Fetch] ( https://docs.amplify.aws/gen1/swift/build-a-backend/restapi/fetch-data/ ) / [ Update] ( https://docs.amplify.aws/gen1/swift/build-a-backend/restapi/update-data/ ) / [ Delete] ( https://docs.amplify.aws/gen1/swift/build-a-backend/restapi/delete-data/ ) |
61
61
| [ IAM Auth] ( https://docs.amplify.aws/gen1/swift/sdk/api/rest/#iam-authorization ) | [ Configure IAM] ( https://docs.amplify.aws/gen1/swift/build-a-backend/restapi/customize-authz/#iam-authorization ) |
62
- | [ Cognito User Pools] ( https://docs.amplify.aws/gen1/swift/sdk/api/rest/#cognito-user-pools-authorization ) | [ Cognito User Pools Auth ] ( https://docs.amplify.aws/gen1/swift/build-a-backend/restapi/customize-authz/#cognito-user-pool-authorization ) |
62
+ | [ Cognito User Pools Authorization ] ( https://docs.amplify.aws/gen1/swift/sdk/api/rest/#cognito-user-pools-authorization ) | [ Cognito User Pools Authorization ] ( https://docs.amplify.aws/gen1/swift/build-a-backend/restapi/customize-authz/#cognito-user-pool-authorization ) |
63
63
64
64
---
65
65
@@ -81,7 +81,7 @@ This guide helps you migrate your iOS app from the legacy AWS SDK for iOS to the
81
81
82
82
| AWS SDK for iOS | Amplify Swift |
83
83
| -------------------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------|
84
- | [ Setup] ( https://docs.amplify.aws/gen1/swift/sdk/push-notifications/getting-started / ) | [ Setup] ( https://docs.amplify.aws/gen1/swift/build-a-backend/push-notifications/set-up-push-notifications/ ) |
84
+ | [ Setup] ( https://docs.amplify.aws/gen1/swift/sdk/push-notifications/setup-push-service / ) | [ Setup] ( https://docs.amplify.aws/gen1/swift/build-a-backend/push-notifications/set-up-push-notifications/ ) |
85
85
| [ Push Notification Service Setup] ( https://docs.amplify.aws/gen1/swift/sdk/push-notifications/setup-push-service/ ) | [ Push Notification Service Setup] ( https://docs.amplify.aws/gen1/swift/build-a-backend/push-notifications/set-up-push-service/ ) |
86
86
| [ Register Device] ( https://docs.amplify.aws/gen1/swift/sdk/push-notifications/messaging-campaign/ ) | [ Register Device] ( https://docs.amplify.aws/gen1/swift/build-a-backend/push-notifications/register-device/ ) |
87
87
| [ Record Notification Events] ( https://docs.amplify.aws/gen1/swift/sdk/push-notifications/messaging-campaign/ ) | [ Record Notification Events] ( https://docs.amplify.aws/gen1/swift/build-a-backend/push-notifications/record-notifications/ ) |
0 commit comments