2016-10-24 18:51:07 -07: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