Skip to content

Commit

Permalink
Update index.mdx with missing import
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 386358a commit 7bab95b
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 7bab95b

Please sign in to comment.