Add FAQ page for users (#4595)

This commit is contained in:
Bert Blommers 2021-11-18 21:57:31 -01:00 committed by GitHub
parent 3f8895a9a3
commit 32b2a90ee6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 7 deletions

View File

@ -1,4 +1,4 @@
.. _contributing faq:
.. _contributing developer faq:
.. role:: bash(code)
:language: bash
@ -7,14 +7,9 @@
:language: python
=============================
FAQ
FAQ for Developers
=============================
Is Moto concurrency safe?
############################
No. Moto is not designed for multithreaded access/multiprocessing.
When running the linter...
#############################

20
docs/docs/faq.rst Normal file
View File

@ -0,0 +1,20 @@
.. _contributing faq:
.. role:: raw-html(raw)
:format: html
======
FAQ
======
Is Moto concurrency safe?
############################
No. Moto is not designed for multithreaded access/multiprocessing.
Why am I getting RUST errors when installing Moto?
####################################################
Moto has a dependency on the pip-module `cryptography`. As of Cryptography >= 3.4, this module requires Rust as a dependency. :raw-html:`<br />`
Most OS/platforms will support the installation of Rust, but if you're getting any errors related to this, see the cryptography documentation for more information: https://cryptography.io/en/latest/installation/#rust

View File

@ -32,6 +32,7 @@ Additional Resources
docs/getting_started
docs/server_mode
docs/faq
docs/boto
docs/iam
docs/aws_config