From 7d0dae1fb7f1b769a0fc5f6fc739f9e989ab13e7 Mon Sep 17 00:00:00 2001 From: Hugo Lopes Tavares Date: Wed, 17 Feb 2016 16:33:32 -0500 Subject: [PATCH] [lambda] Add @mock_lambda to the README file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6761e3e0..764fd569 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ It gets even better! Moto isn't just S3. Here's the status of the other AWS serv |------------------------------------------------------------------------------| | IAM | @mock_iam | core endpoints done | |------------------------------------------------------------------------------| +| Lambda | @mock_lambda | basic endpoints done | +|------------------------------------------------------------------------------| | Kinesis | @mock_kinesis | core endpoints done | |------------------------------------------------------------------------------| | RDS | @mock_rds | core endpoints done |