Native YAML - cloud/amazon/lambda.py (#3628)
This commit is contained in:
parent
723556fc98
commit
cd54cd973a
1 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue