Moto
3.1.4

Getting Started

  • Getting Started with Moto
  • Non-Python SDK’s / Server Mode
  • FAQ
  • IAM-like Access Control
  • AWS Config Support

Implemented Services

  • Implemented Services
    • acm
    • apigateway
    • apigatewayv2
    • application-autoscaling
    • appsync
    • athena
    • autoscaling
    • batch
    • budgets
    • cloudformation
    • cloudfront
    • cloudtrail
    • cloudwatch
    • codecommit
    • codepipeline
    • cognito-identity
    • cognito-idp
    • config
    • databrew
    • datapipeline
    • datasync
    • dax
    • dms
    • ds
    • dynamodb
    • dynamodbstreams
    • ec2
    • ec2-instance-connect
    • ecr
    • ecs
    • efs
    • eks
    • elasticache
    • elasticbeanstalk
    • elastictranscoder
    • elb
    • elbv2
    • emr
    • emr-containers
    • es
    • events
    • firehose
    • forecast
    • glacier
    • glue
    • guardduty
    • iam
    • iot
    • iot-data
    • kinesis
    • kinesis-video-archived-media
    • kinesisvideo
    • kms
    • lambda
    • logs
    • managedblockchain
    • mediaconnect
    • medialive
    • mediapackage
    • mediastore
    • mediastore-data
    • mq
    • opsworks
    • organizations
    • pinpoint
    • polly
    • quicksight
    • ram
    • rds
    • redshift
    • redshift-data
    • rekognition
    • resource-groups
    • resourcegroupstaggingapi
    • route53
    • route53resolver
    • s3
    • s3control
    • sagemaker
    • sdb
    • secretsmanager
    • servicediscovery
    • ses
    • sns
    • sqs
    • ssm
    • sso-admin
    • stepfunctions
    • sts
    • support
    • swf
    • textract
    • timestream-write
    • transcribe
    • wafv2

Contributing to Moto

  • Contributing
  • Installation
  • Architecture
  • New Features
  • PR Checklist
  • FAQ for Developers

Development Tips

  • Development Tips
  • Intercepting URLs
  • Writing tests
  • Utilities
Moto
  • »
  • Implemented Services
  • Edit on GitHub

Implemented Services

Please see a list of all currently supported services. Each service will have a list of the endpoints that are implemented. Each service will also have an example on how to mock an individual service.

Note that you can mock multiple services at the same time:

@mock_s3
@mock_sqs
def test_both_s3_and_sqs():
    ...
@mock_all
def test_all_supported_services_at_the_same_time():
    ...
  • acm
  • apigateway
  • apigatewayv2
  • application-autoscaling
  • appsync
  • athena
  • autoscaling
  • batch
  • budgets
  • cloudformation
  • cloudfront
  • cloudtrail
  • cloudwatch
  • codecommit
  • codepipeline
  • cognito-identity
  • cognito-idp
  • config
  • databrew
  • datapipeline
  • datasync
  • dax
  • dms
  • ds
  • dynamodb
  • dynamodbstreams
  • ec2
  • ec2-instance-connect
  • ecr
  • ecs
  • efs
  • eks
  • elasticache
  • elasticbeanstalk
  • elastictranscoder
  • elb
  • elbv2
  • emr
  • emr-containers
  • es
  • events
  • firehose
  • forecast
  • glacier
  • glue
  • guardduty
  • iam
  • iot
  • iot-data
  • kinesis
  • kinesis-video-archived-media
  • kinesisvideo
  • kms
  • lambda
  • logs
  • managedblockchain
  • mediaconnect
  • medialive
  • mediapackage
  • mediastore
  • mediastore-data
  • mq
  • opsworks
  • organizations
  • pinpoint
  • polly
  • quicksight
  • ram
  • rds
  • redshift
  • redshift-data
  • rekognition
  • resource-groups
  • resourcegroupstaggingapi
  • route53
  • route53resolver
  • s3
  • s3control
  • sagemaker
  • sdb
  • secretsmanager
  • servicediscovery
  • ses
  • sns
  • sqs
  • ssm
  • sso-admin
  • stepfunctions
  • sts
  • support
  • swf
  • textract
  • timestream-write
  • transcribe
  • wafv2
Previous Next

© Copyright 2015, Steve Pulec. Revision e35d0730.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 3.1.4
Versions
latest
stable
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.3.2
2.3.1
2.3.0
2.2.20
2.2.19
2.2.18
2.2.17
2.2.16
2.2.15
2.2.14
2.2.13
2.2.0
2.1.0
1.3.16
Downloads
On Read the Docs
Project Home
Builds