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 was archived by the owner on Jan 28, 2025. It is now read-only.
I know that I can handle each endpoint of API gateway inside of NextJS from v9. however, making all of the API endpoint seems to redundant and annoying.
Also NextJS official document saying we should implement these proxy behavior by making custom server(sth like express or custom routing for Now)
However, we couldn't use custom server with serverless-next.js.
So I think this feature should be handled by serverless-next.js.
is there any solution for the proxy feature?
The text was updated successfully, but these errors were encountered:
When using serverless-next-js with Serverless Component, there isn't input for api gateway setting.
For example, when using the legacy serverless.yml, we can override current default api gateway like below example.
I know that I can handle each endpoint of API gateway inside of NextJS from v9. however, making all of the API endpoint seems to redundant and annoying.
Also NextJS official document saying we should implement these proxy behavior by making custom server(sth like express or custom routing for Now)
However, we couldn't use custom server with serverless-next.js.
So I think this feature should be handled by serverless-next.js.
is there any solution for the proxy feature?
The text was updated successfully, but these errors were encountered: