From 819a8c2563cdcdd2918e5ecf5eee9fd44e48fafc Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Sat, 5 Mar 2016 18:09:09 -0500 Subject: [PATCH] add apigateway to readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 764fd569..1f23b495 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |------------------------------------------------------------------------------| | Service Name | Decorator | Development Status | |------------------------------------------------------------------------------| +| API Gateway | @mock_apigateway | core endpoints done | +|------------------------------------------------------------------------------| | Autoscaling | @mock_autoscaling| core endpoints done | |------------------------------------------------------------------------------| | Cloudformation | @mock_cloudformation| core endpoints done |