2016-09-05 16:18:58 +02:00

11 lines
174 B
YAML

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