Files

17 lines
234 B
YAML
Raw Permalink Normal View History

2017-04-17 15:26:32 +02:00
service: serverless-example
plugins:
- serverless-plugin-typescript
provider:
name: aws
runtime: nodejs6.10
functions:
hello:
handler: handler.hello
events:
- http:
path: hello
method: get