mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix broken links in module documentation (#38469)
* Reflect updated names of the aws_batch_job modules * Remove mention of `lambda_invoke` module which has yet to make it to Ansible. * Update broken rst link in win_dsc module
This commit is contained in:
committed by
Jordan Borean
parent
22f2388ef1
commit
85d5901b31
@@ -15,7 +15,7 @@ description:
|
||||
- This module allows the management of AWS Lambda policy statements.
|
||||
It is idempotent and supports "Check" mode. Use module M(lambda) to manage the lambda
|
||||
function itself, M(lambda_alias) to manage function aliases, M(lambda_event) to manage event source mappings
|
||||
such as Kinesis streams, M(lambda_invoke) to execute a lambda function and M(lambda_facts) to gather facts
|
||||
such as Kinesis streams, M(execute_lambda) to execute a lambda function and M(lambda_facts) to gather facts
|
||||
relating to one or more lambda functions.
|
||||
|
||||
version_added: "2.4"
|
||||
|
||||
Reference in New Issue
Block a user