Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.39 KB

index.rst

File metadata and controls

69 lines (52 loc) · 1.39 KB

Moto: Mock AWS Services

A library that allows you to easily mock out tests based on AWS infrastructure.

Getting Started

If you've never used moto before, you should read the :doc:`Getting Started with Moto <docs/getting_started>` guide to get familiar with moto and its usage.

Additional Resources

.. toctree::
   :maxdepth: 2
   :hidden:
   :caption: Getting Started

   docs/getting_started
   docs/server_mode
   docs/faq
   docs/boto
   docs/iam
   docs/aws_config

.. toctree::
  :maxdepth: 1
  :hidden:
  :caption: Implemented Services

  docs/services/index

.. toctree::
  :maxdepth: 1
  :hidden:
  :caption: Contributing to Moto

  docs/contributing/index
  docs/contributing/installation
  docs/contributing/architecture
  docs/contributing/new_feature
  docs/contributing/checklist
  docs/contributing/faq


.. toctree::
  :maxdepth: 1
  :hidden:
  :titlesonly:
  :caption: Development Tips

  docs/contributing/development_tips/index
  docs/contributing/development_tips/urls
  docs/contributing/development_tips/tests
  docs/contributing/development_tips/utilities