kes
Version:
Making deployment to AWS using CloudFormation easier and fun
20 lines (15 loc) • 428 B
YAML
stackName: my-kes-project
stage: {{stage}}
lambdas:
- name: func1 # function name must match the lambda folder name in build directory
handler: func1.handler
timeout: 300
s3Source:
bucket: mybucket
key: file.zip
- name: func2 # function name must match the lambda folder name in build directory
handler: func2.handler
timeout: 300
s3Source:
bucket: mybucket
key: file.zip