diff --git a/README.md b/README.md index a1854667f..40af9f126 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,10 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |------------------------------------------------------------------------------| | Autoscaling | @mock_autoscaling| core endpoints done | |------------------------------------------------------------------------------| +| Cloudformation | @mock_cloudformation| core endpoints done | +|------------------------------------------------------------------------------| +| Cloudwatch | @mock_cloudwatch | basic endpoints done | +|------------------------------------------------------------------------------| | DynamoDB | @mock_dynamodb | core endpoints done | | DynamoDB2 | @mock_dynamodb2 | core endpoints done - no indexes | |------------------------------------------------------------------------------| @@ -69,6 +73,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 | |------------------------------------------------------------------------------| +| EMR | @mock_emr | core endpoints done | +|------------------------------------------------------------------------------| | IAM | @mock_iam | core endpoints done | |------------------------------------------------------------------------------| | Route53 | @mock_route53 | core endpoints done | @@ -77,6 +83,8 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |------------------------------------------------------------------------------| | SES | @mock_ses | core endpoints done | |------------------------------------------------------------------------------| +| SNS | @mock_sns | core endpoints done | +|------------------------------------------------------------------------------| | SQS | @mock_sqs | core endpoints done | |------------------------------------------------------------------------------| | STS | @mock_sts | core endpoints done |