2017-03-25 22:18:00 +01:00

11 lines
175 B
YAML

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