2016-10-27 12:01:14 +02:00

15 lines
243 B
YAML

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