2015-07-27 15:44:41 +00:00
|
|
|
.. _index:
|
|
|
|
|
|
|
|
=============================
|
2017-03-14 04:17:56 +00:00
|
|
|
Moto: Mock AWS Services
|
2015-07-27 15:44:41 +00:00
|
|
|
=============================
|
|
|
|
|
|
|
|
A library that allows you to easily mock out tests based on
|
2017-03-15 03:20:17 +00:00
|
|
|
`AWS infrastructure`_.
|
2015-07-27 15:44:41 +00:00
|
|
|
|
|
|
|
Getting Started
|
|
|
|
---------------
|
|
|
|
|
|
|
|
If you've never used ``moto`` before, you should read the
|
2017-03-15 03:20:17 +00:00
|
|
|
:doc:`Getting Started with Moto <docs/getting_started>` guide to get familiar
|
2017-03-14 04:17:56 +00:00
|
|
|
with ``moto`` and its usage.
|
|
|
|
|
2015-07-27 15:44:41 +00:00
|
|
|
|
|
|
|
Additional Resources
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
* `Moto Source Repository`_
|
|
|
|
* `Moto Issue Tracker`_
|
|
|
|
|
2017-03-15 03:20:17 +00:00
|
|
|
.. _AWS infrastructure: http://aws.amazon.com/
|
2023-01-07 11:35:14 +00:00
|
|
|
.. _Moto Issue Tracker: https://github.com/getmoto/moto/issues
|
|
|
|
.. _Moto Source Repository: https://github.com/getmoto/moto
|
2015-07-27 15:44:41 +00:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:hidden:
|
2021-11-08 23:04:44 +00:00
|
|
|
:caption: Getting Started
|
2015-07-27 15:44:41 +00:00
|
|
|
|
2017-03-15 03:20:17 +00:00
|
|
|
docs/getting_started
|
|
|
|
docs/server_mode
|
2021-11-18 22:57:31 +00:00
|
|
|
docs/faq
|
2021-11-08 12:02:46 +00:00
|
|
|
docs/iam
|
|
|
|
docs/aws_config
|
2022-08-13 09:49:43 +00:00
|
|
|
docs/multi_account
|
2021-11-08 23:04:44 +00:00
|
|
|
|
2022-05-01 11:45:59 +00:00
|
|
|
.. toctree::
|
|
|
|
:hidden:
|
|
|
|
:caption: Configuration
|
|
|
|
|
|
|
|
docs/configuration/index
|
|
|
|
|
2021-11-08 23:04:44 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
|
|
|
:hidden:
|
|
|
|
:caption: Implemented Services
|
|
|
|
|
|
|
|
docs/services/index
|
2023-04-11 14:31:46 +00:00
|
|
|
docs/services/cf
|
2022-10-18 10:06:20 +00:00
|
|
|
docs/services/patching_other_services
|
2021-11-08 23:04:44 +00:00
|
|
|
|
|
|
|
.. 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
|
2021-11-09 17:24:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
.. 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
|
2022-05-01 11:45:59 +00:00
|
|
|
docs/contributing/development_tips/new_state_transitions
|