next-runtime
next-runtime copied to clipboard
Support using background function
Currently the plugin creates a function to handle all next.js pages and apis (for SSR and API routes) but would be great if it would be possible to configure it to use background function instead. That way you'd be able to use next.js api with greater execution limit. The configuration should be possible per api. So there could be one background function to handle some apis and one normal one for the rest