Native YAML - cloud/amazon/lambda.py (#3628)

pull/18777/head
Fabio Alessandro Locati 8 years ago committed by Matt Clay
parent 723556fc98
commit cd54cd973a

@ -119,8 +119,10 @@ tasks:
- sg-123abcde
- sg-edcba321
with_items:
- { name: HelloWorld, zip_file: 'hello-code.zip' }
- { name: ByeBye, zip_file: 'bye-code.zip' }
- name: HelloWorld
zip_file: hello-code.zip
- name: ByeBye
zip_file: bye-code.zip
# Basic Lambda function deletion
tasks:

Loading…
Cancel
Save