diff --git a/README.md b/README.md index e1b40e12..02e02162 100644 --- a/README.md +++ b/README.md @@ -47,17 +47,17 @@ With the decorator wrapping the test, all the calls to s3 are automatically mock It gets even better! Moto isn't just S3. Here's the status of the other AWS services implemented. -* DynamoDB +* DynamoDB (@mock_dynamodb) * Table actions - core done -* EC2 +* EC2 (@mock_ec2) * AMI - core done * EBS - core done * Instances - completed * Security Groups - core done * Tags - completed -* S3 - core done -* SES - core done -* SQS - core done +* S3 (@mock_s3) - core done +* SES (@mock_ses) - core done +* SQS (@mock_sqs) - core done This library has been tested on boto v2.5+.