2016-10-13 12:37:10 +02:00

16 lines
250 B
YAML

# Serving HTML through API Gateway for AWS Lambda
service: serve-html
provider:
name: aws
runtime: nodejs4.3
functions:
staticHtml:
handler: handler.staticHtml
events:
- http:
method: get
path: landing-page