Skip to content

Commit

Permalink
docs: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Mar 2, 2024
1 parent 136d647 commit dee3cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-rds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ The following example shows granting Data API access to a Lamba function.

```ts
declare const vpc: ec2.Vpc;
declare const function: lambda.Function;
declare const fn: lambda.Function;

// Create a serverless V1 cluster
const serverlessV1Cluster = new rds.ServerlessCluster(this, 'AnotherCluster', {
Expand Down

0 comments on commit dee3cbf

Please # to comment.