Open
Description
Hi, Doug. Thank you for this fantastic module. I got it up and running a a couple projects where I use Lambda@Edge to serve HTML. This requires a small transform of the payload to conform to the Blacklisted and Read-Only Headers. Would you be interested in a PR for this use case, perhaps we could add a second argument to the exported serverless
function to support vendor platforms, eg:
// vanilla Lambda@Edge handling
const handler = serverless(app, "edge");
// html Lambda@Edge handling
const handler = serverless(app, "edge-html");
Alternatively, I could publish separate modules that require this module as a dependency that perform the necessary transformations.
Metadata
Metadata
Assignees
Labels
No labels