diff --git a/lib/ansible/modules/cloud/amazon/lambda.py b/lib/ansible/modules/cloud/amazon/lambda.py index cef3b38e30f..cee8efc0f93 100644 --- a/lib/ansible/modules/cloud/amazon/lambda.py +++ b/lib/ansible/modules/cloud/amazon/lambda.py @@ -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: