2019-05-15 14:27:55 +02:00

11 lines
175 B
YAML

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