2016-10-18 15:04:45 +02:00

18 lines
305 B
YAML

service: aws-nodejs # NOTE: update this with your service name
provider:
name: aws
runtime: nodejs4.3
apiKeys:
- myApiKey
functions:
hello:
handler: handler.hello
events:
- http:
path: hello
method: GET
integration: lambda
private: true