summaryrefslogtreecommitdiff
path: root/cloud/amazon/execute_lambda.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloud/amazon/execute_lambda.py')
-rw-r--r--cloud/amazon/execute_lambda.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/cloud/amazon/execute_lambda.py b/cloud/amazon/execute_lambda.py
index bd1b9288..03ab4264 100644
--- a/cloud/amazon/execute_lambda.py
+++ b/cloud/amazon/execute_lambda.py
@@ -108,7 +108,9 @@ EXAMPLES = '''
register: response
# the response will have a `logs` key that will contain a log (up to 4KB) of the function execution in Lambda.
-- execute_lambda: name=test-function version_qualifier=PRODUCTION
+- execute_lambda:
+ name: test-function
+ version_qualifier: PRODUCTION
'''
RETURN = '''