From 1f907eddce45bf50520494567ce315d5e2422620 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Tue, 5 Aug 2014 15:03:39 -0400 Subject: [PATCH] Add IAM to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0221c375..0ecfc086 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |------------------------------------------------------------------------------| | ELB | @mock_elb | core endpoints done | |------------------------------------------------------------------------------| +| IAM | @mock_iam | core endpoints done | +|------------------------------------------------------------------------------| | Route53 | @mock_route53 | core endpoints done | |------------------------------------------------------------------------------| | S3 | @mock_s3 | core endpoints done |