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

18 lines
317 B
YAML

service: aws-nodejs # NOTE: update this with your service name
provider:
name: aws
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- http:
path: hello
method: GET
integration: lambda
authorizer: auth
auth:
handler: handler.auth