mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
lambda: Remove the note about supporting S3 uploads only (#20562)
The module supports also ZIP uploads which are documented. Refer to the correct boto3 function in the return value description.
This commit is contained in:
parent
27816dd284
commit
c10c7aa67b
1 changed files with 1 additions and 3 deletions
|
@ -96,8 +96,6 @@ options:
|
|||
- List of VPC security group IDs to associate with the Lambda function. Required when vpc_subnet_ids is used.
|
||||
required: false
|
||||
default: None
|
||||
notes:
|
||||
- 'Currently this module only supports uploaded code via S3'
|
||||
author:
|
||||
- 'Steyn Huizinga (@steynovich)'
|
||||
extends_documentation_fragment:
|
||||
|
@ -141,7 +139,7 @@ tasks:
|
|||
|
||||
RETURN = '''
|
||||
output:
|
||||
description: the data returned by create_function in boto3
|
||||
description: the data returned by get_function in boto3
|
||||
returned: success
|
||||
type: dict
|
||||
sample:
|
||||
|
|
Loading…
Reference in a new issue