We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 751e980 + 6a7ce14 commit 71c6773Copy full SHA for 71c6773
src/pages/[platform]/build-a-backend/data/customize-authz/grant-lambda-function-access-to-api/index.mdx
@@ -98,7 +98,7 @@ In the handler file for your function, configure the Amplify data client
98
99
```ts title="amplify/functions/data-access/handler.ts"
100
import type { Handler } from 'aws-lambda';
101
-import { type Schema } from '../../data/resource';
+import type { Schema } from '../../data/resource';
102
import { Amplify } from 'aws-amplify';
103
import { generateClient } from 'aws-amplify/data';
104
import { getAmplifyDataClientConfig } from '@aws-amplify/backend/function/runtime';
0 commit comments