mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Serving HTML through API Gateway
These examples illustrate how to hookup an API Gateway endpoint to a Lambda function to render HTML on a GET request.
So instead of returning the default json from requests to an endpoint, you can display custom HTML.
This is useful for dynamic webpages and landing pages for marketing activities.