Cloud amazon and azure (#3610)

* Native YAML - cloud/amazon

* Native YAML - cloud/azure
This commit is contained in:
Fabio Alessandro Locati 2016-12-01 16:39:21 +00:00 committed by Matt Clay
parent 06a8f1d79b
commit 1e9333f822
5 changed files with 21 additions and 16 deletions

View file

@ -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 = '''