2017-01-27 17:42:33 +07:00

17 lines
297 B
YAML

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