2016-10-27 11:45:45 +02: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