Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badmintoncryer committed Nov 25, 2024
1 parent b6d48f8 commit 62f5503
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/aws-cdk-lib/aws-rds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1429,8 +1429,6 @@ Amazon Aurora [PostgreSQL Limitless Database](https://docs.aws.amazon.com/Amazon
The following example shows creating an Aurora PostgreSQL Limitless Database cluster:

```ts
import { Duration } from 'aws-cdk-lib';

declare const vpc: ec2.IVpc;

new rds.DatabaseCluster(this, 'LimitlessDatabaseCluster', {
Expand Down

0 comments on commit 62f5503

Please sign in to comment.