From 31188f89eabd122c0fa13072ff9a87fbaff1d29e Mon Sep 17 00:00:00 2001 From: Di Wu Date: Tue, 16 Apr 2024 12:11:28 -0700 Subject: [PATCH 1/2] fix(predictions): fix wrong reference of swfit/android predictions use aws sdk page --- .../build-a-backend/more-features/predictions/sdk/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx b/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx index 02c195d1f42..64ebbcfc0a2 100644 --- a/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx +++ b/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx @@ -31,10 +31,10 @@ export function getStaticProps(context) { }; } -import ios0 from '/src/fragments/lib/analytics/ios/escapehatch.mdx'; +import ios0 from '/src/fragments/lib/predictions/ios/escapehatch.mdx'; -import android1 from '/src/fragments/lib/analytics/android/escapehatch.mdx'; +import android1 from '/src/fragments/lib/predictions/android/escapehatch.mdx'; From 7c5114c0e51c45c4038dd47f47762529bdc52484 Mon Sep 17 00:00:00 2001 From: Di Wu Date: Tue, 16 Apr 2024 12:25:17 -0700 Subject: [PATCH 2/2] fix(predictions): update Use AWS SDK description --- .../build-a-backend/more-features/predictions/sdk/index.mdx | 2 +- .../build-a-backend/more-features/predictions/sdk/index.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx b/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx index 64ebbcfc0a2..cff7ec375ba 100644 --- a/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx +++ b/src/pages/[platform]/build-a-backend/more-features/predictions/sdk/index.mdx @@ -2,7 +2,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath'; export const meta = { title: 'Use AWS SDK', - description: 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSPinpoint instance.', + description: 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSRekognition instance.', platforms: [ 'swift', 'android' diff --git a/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx b/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx index 8a7979aa9bb..1309c603782 100644 --- a/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx +++ b/src/pages/[platform]/prev/build-a-backend/more-features/predictions/sdk/index.mdx @@ -3,7 +3,7 @@ import { getCustomStaticPath } from '@/utils/getCustomStaticPath'; export const meta = { title: 'Use AWS SDK', description: - 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSPinpoint instance.', + 'For advanced use cases where Amplify does not provide the functionality, you can retrieve the escape hatch to access the AWSRekognition instance.', platforms: ['swift', 'android'] };