Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lambda@Edge Origin Request Support #196

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

lolJS
Copy link

@lolJS lolJS commented Feb 9, 2021

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');

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

@ryanolee is this passing tests?

@momoDragon
Copy link

any update?

@ryanolee
Copy link

ryanolee commented May 4, 2023

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.

None yet

5 participants