You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Currently every request that goes to /api triggers the nextjs lambda which then in turn proxies a request out to the "real" PHP lambda.
So for every request coming in we are actually using 2 lambdas
Once we can override custom paths to a custom origin this issue should be fixed and all /api requests land directly on the php lambda
Currently every request that goes to /api triggers the nextjs lambda which then in turn proxies a request out to the "real" PHP lambda.
So for every request coming in we are actually using 2 lambdas
Once we can override custom paths to a custom origin this issue should be fixed and all /api requests land directly on the php lambda
serverless-nextjs/serverless-next.js#892
http-proxy-middleware
&@types/http-proxy-middleware
packagesThe text was updated successfully, but these errors were encountered: