From babb7450ecbce6a70ec31b1dfecf7df688bf31bd Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Sun, 11 Jan 2015 16:42:58 -0500 Subject: [PATCH] Add RDS to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fca3354e..dc582b60 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |------------------------------------------------------------------------------| | IAM | @mock_iam | core endpoints done | |------------------------------------------------------------------------------| +| RDS | @mock_rds | core endpoints done | +|------------------------------------------------------------------------------| | Route53 | @mock_route53 | core endpoints done | |------------------------------------------------------------------------------| | S3 | @mock_s3 | core endpoints done |