From ddfcb2b7c5d2df578ae14126a2b099b5c3cb75af Mon Sep 17 00:00:00 2001 From: Brandon Griffin Date: Fri, 24 Jun 2016 14:26:59 -0500 Subject: [PATCH] docs(kms): add KMS to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a6864d4e..317e5a1a7 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |------------------------------------------------------------------------------| | Kinesis | @mock_kinesis | core endpoints done | |------------------------------------------------------------------------------| +| KMS | @mock_kms | basic endpoints done | +|------------------------------------------------------------------------------| | RDS | @mock_rds | core endpoints done | |------------------------------------------------------------------------------| | RDS2 | @mock_rds2 | core endpoints done |