2017-01-24 13:29:13 +00:00

11 lines
174 B
YAML

# Hello World for AWS Lambda
service: hello-world # Service Name
provider:
name: aws
runtime: python2.7
functions:
helloWorld:
handler: handler.helloWorldHandler