Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 4, 2024
1 parent 2362edc commit a16bbbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/aws-cdk-lib/aws-efs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ This is to prevent deployment failures due to cross-AZ configurations.
You can create a replica of your EFS file system in the AWS Region of your preference.

```ts
import * as kms from 'aws-cdk-lib/aws-kms';

declare const vpc: ec2.Vpc;
declare const kmsKey: kms.Key;

Expand Down

0 comments on commit a16bbbe

Please sign in to comment.