From 5b7e052d06622dd10fff7129a3d082a162b28887 Mon Sep 17 00:00:00 2001 From: Steyn Huizinga Date: Sat, 22 Oct 2016 18:49:55 +0200 Subject: [PATCH] Fix for ansible/ansible-modules-extras#3173 (#3203) --- cloud/amazon/lambda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/lambda.py b/cloud/amazon/lambda.py index 650022e5bcd..993effce025 100644 --- a/cloud/amazon/lambda.py +++ b/cloud/amazon/lambda.py @@ -289,7 +289,7 @@ def main(): current_version = None # Update function configuration - func_kwargs = {'FunctionName': name, 'Publish': True} + func_kwargs = {'FunctionName': name} # Update configuration if needed if role_arn and current_config['Role'] != role_arn: