Skip to content

Commit

Permalink
fix(predictions): fix wrong reference of swfit/android predictions us…
Browse files Browse the repository at this point in the history
…e aws sdk page (#7220)

* fix(predictions): fix wrong reference of swfit/android predictions use aws sdk page

* fix(predictions): update Use AWS SDK description
  • Loading branch information
5d authored Apr 17, 2024
1 parent e530196 commit e7d95e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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';

<Fragments fragments={{ swift: ios0 }} />

import android1 from '/src/fragments/lib/analytics/android/escapehatch.mdx';
import android1 from '/src/fragments/lib/predictions/android/escapehatch.mdx';

<Fragments fragments={{ android: android1 }} />
Original file line number Diff line number Diff line change
Expand Up @@ -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']
};

Expand Down

0 comments on commit e7d95e9

Please sign in to comment.