Skip to content

Commit 16be6b9

Browse files
authored
Update index.mdx (#6854)
1 parent 78c2f3d commit 16be6b9

File tree

1 file changed

+1
-1
lines changed
  • src/pages/gen2/reference/project-structure

1 file changed

+1
-1
lines changed

src/pages/gen2/reference/project-structure/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defineBackend({
101101
});
102102
```
103103

104-
You can extend backends by using the [AWS Cloud Development Kit (AWS CDK)](https://docs.aws.amazon.com/cdk/v2/guide/home.html), which is installed by default as part of the `create amplify` workflow. With the CDK, you can build using any AWS service, such as an Amazon S3 bucket that authenticated users have read and write access to. To get started with the CDK, add it to your backend:
104+
You can extend backends by using the [AWS Cloud Development Kit (AWS CDK)](https://docs.aws.amazon.com/cdk/v2/guide/home.html), which is installed by default as part of the [`create-amplify`](https://www.npmjs.com/package/create-amplify) workflow. With the CDK, you can build using any AWS service, such as an Amazon S3 bucket that authenticated users have read and write access to. To get started with the CDK, add it to your backend:
105105

106106
```ts title="amplify/backend.ts"
107107
import * as s3 from 'aws-cdk-lib/aws-s3';

0 commit comments

Comments
 (0)