add link to AWS module details (#53126)

* add link to AWS module details (in 2.7 docs to stable-2.7 branch)
This commit is contained in:
Sandra McCann 2019-02-28 14:41:10 -05:00 committed by Alicia Cozine
parent 096b3f8eb9
commit f56c3fdc89

View file

@ -20,6 +20,7 @@ Find the task that best describes what you want to do:
* I want to :ref:`set up my Python development environment <environment_setup>`.
* I want to :ref:`get started writing a module <developing_modules_general>`.
* I want to :ref:`write a Windows module <developing_modules_general_windows>`.
* I want to `write an Amazon (AWS) module <https://github.com/ansible/ansible/blob/stable-2.7/lib/ansible/modules/cloud/amazon/GUIDELINES.md>`_.
* I want to :ref:`write a series of related modules <developing_modules_in_groups>` that integrate Ansible with a new product (for example, a database, cloud provider, network platform, etc.).
* I want to refine my code: