Skip to content

Lambda@Edge Origin Request Support#196

Open
lolJS wants to merge 4 commits into
dougmoscrop:masterfrom
lolJS:lambda-edge-support
Open

Lambda@Edge Origin Request Support#196
lolJS wants to merge 4 commits into
dougmoscrop:masterfrom
lolJS:lambda-edge-support

Conversation

@lolJS

@lolJS lolJS commented Feb 9, 2021

Copy link
Copy Markdown

This PR builds upon #192 and addresses a lot of the issues with the initial PR and begins to add tests.

@lolJS lolJS mentioned this pull request Feb 9, 2021
const body = event && event.request && event.request.body && event.request.body.data;
const type = typeof body;

console.debug('hello world');

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be here?

@germanamz

Copy link
Copy Markdown

@ryanolee is this passing tests?

@momoDragon

Copy link
Copy Markdown

any update?

@ryanolee

ryanolee commented May 4, 2023

Copy link
Copy Markdown

Not a maintainer unfortunately @germanamz.
In the mean time you can use https://github.com/evolv-ai/serverless-offline-edge-lambda which offers similar functionality independently 🤔

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants