From b4013f0e60119f8eac926f8924b642c621dcc8d3 Mon Sep 17 00:00:00 2001 From: Toshiya Kawasaki Date: Wed, 16 Aug 2017 16:41:58 +0900 Subject: [PATCH] Adds ELBv2 support in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cabf6b45f..251c732eb 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,8 @@ It gets even better! Moto isn't just for Python code and it isn't just for S3. L |------------------------------------------------------------------------------| | ELB | @mock_elb | core endpoints done | |------------------------------------------------------------------------------| +| ELBv2 | @mock_elbv2 | core endpoints done | +|------------------------------------------------------------------------------| | EMR | @mock_emr | core endpoints done | |------------------------------------------------------------------------------| | Glacier | @mock_glacier | core endpoints done |