Skip to content

Commit

Permalink
fix(rds): remove Instance class (#2081)
Browse files Browse the repository at this point in the history
There was an instance class which was a placeholder, and didn't have any
implementation. Remove to avoid confusing users.

Also update the README to be very explicit that RDS is not
well-supported.
  • Loading branch information
rix0rrr authored Mar 26, 2019
1 parent b3afb53 commit 6699fed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 7 additions & 0 deletions packages/@aws-cdk/aws-rds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

The `aws-cdk-rds` package contains Constructs for setting up RDS instances.

> Note: the functionality this package is currently limited, as the CDK team is
> focusing on other use cases first. If your use case is not listed below, you
> will have to use achieve it using CloudFormation resources.
>
> If you would like to help improve the state of this library, Pull Requests are
> welcome.
Supported:

* Clustered databases
Expand Down
1 change: 0 additions & 1 deletion packages/@aws-cdk/aws-rds/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './cluster';
export * from './cluster-ref';
export * from './instance';
export * from './props';
export * from './cluster-parameter-group';
export * from './rotation-single-user';
Expand Down
9 changes: 0 additions & 9 deletions packages/@aws-cdk/aws-rds/lib/instance.ts

This file was deleted.

0 comments on commit 6699fed

Please sign in to comment.