Skip to content

Commit

Permalink
Documentation update, JS, Update index.mdx with missing import (#8209)
Browse files Browse the repository at this point in the history
Added the missing import `import * as cdk from 'aws-cdk-lib';` to the page.
  • Loading branch information
crnkyunicorn authored Jan 21, 2025
1 parent 1b54cf6 commit 9dd6a7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ import { defineBackend } from '@aws-amplify/backend';
import { auth } from './auth/resource';
import { data } from './data/resource';
import { PolicyStatement } from 'aws-cdk-lib/aws-iam';
import * as cdk from 'aws-cdk-lib';

const backend = defineBackend({
auth,
Expand Down

0 comments on commit 9dd6a7e

Please sign in to comment.