Skip to content

Commit a16bbbe

Browse files
fix: readme
1 parent 2362edc commit a16bbbe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/aws-cdk-lib/aws-efs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ This is to prevent deployment failures due to cross-AZ configurations.
8181
You can create a replica of your EFS file system in the AWS Region of your preference.
8282

8383
```ts
84+
import * as kms from 'aws-cdk-lib/aws-kms';
85+
8486
declare const vpc: ec2.Vpc;
8587
declare const kmsKey: kms.Key;
8688

0 commit comments

Comments
 (0)