From b0d5eaf0c634353d9827c5091ff6d49cf927ae83 Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Wed, 30 May 2018 23:19:56 -0400 Subject: [PATCH] Add implementation coverage to readme. Closes #1570 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ff69fc171..3fbee44f8 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ It gets even better! Moto isn't just for Python code and it isn't just for S3. L |------------------------------------------------------------------------------| ``` +For a full list of endpoint [implementation coverage](https://github.com/spulec/moto/blob/master/IMPLEMENTATION_COVERAGE.md) + ### Another Example Imagine you have a function that you use to launch new ec2 instances: