-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
AWS Lambda ALB Support #3457
Labels
bug
Something isn't working
Comments
Could you describe what's not working? Is there an error when you run the app? What is it? |
machour
added
the
needs-response
We need a response from the original author about this issue/PR
label
Jun 15, 2022
the request payload on ALB vs Gateway is not the same, my code above is what I am using to transform it. the errors are a bunch of invalid object access (undefined/null, etc) |
2 tasks
MichaelDeBoey
added
bug
Something isn't working
adapter:architect
and removed
needs-response
We need a response from the original author about this issue/PR
bug:unverified
labels
Jul 6, 2022
I believe this would require a new adapter, we're already stretched to thin as a team on maintaining adapters, but anybody can create one! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Remix are you using?
1.4.0
Steps to Reproduce
follow standard architect adapter settings
Expected Behavior
works
Actual Behavior
doesn't :)
this is what I am doing to work around:
The text was updated successfully, but these errors were encountered: