add nice status table
This commit is contained in:
parent
316418df55
commit
b5967dfa72
29
README.md
29
README.md
@ -49,17 +49,24 @@ 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.
|
It gets even better! Moto isn't just S3. Here's the status of the other AWS services implemented.
|
||||||
|
|
||||||
* DynamoDB (@mock_dynamodb)
|
|---------------------------------------------------------------------------|
|
||||||
* Table actions - core done
|
| Service Name | Decorator | Development Status |
|
||||||
* EC2 (@mock_ec2)
|
|---------------------------------------------------------------------------|
|
||||||
* AMI - core done
|
| DynamoDB | @mock_dynamodb | Table actions core done |
|
||||||
* EBS - core done
|
|---------------------------------------------------------------------------|
|
||||||
* Instances - completed
|
| EC2 | @mock_ec2 | core done |
|
||||||
* Security Groups - core done
|
| - AMI | | core done |
|
||||||
* Tags - completed
|
| - EBS | | core done |
|
||||||
* S3 (@mock_s3) - core done
|
| - Instances | | completed |
|
||||||
* SES (@mock_ses) - core done
|
| - Security Groups | | core done |
|
||||||
* SQS (@mock_sqs) - core done
|
| - Tags | | completed |
|
||||||
|
|---------------------------------------------------------------------------|
|
||||||
|
| S3 | @mock_s3 | core done |
|
||||||
|
|---------------------------------------------------------------------------|
|
||||||
|
| SES | @mock_ses | core done |
|
||||||
|
|---------------------------------------------------------------------------|
|
||||||
|
| SQS | @mock_sqs | core done |
|
||||||
|
|---------------------------------------------------------------------------|
|
||||||
|
|
||||||
### Another Example
|
### Another Example
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user