next-runtime icon indicating copy to clipboard operation
next-runtime copied to clipboard

Support using background function

Open jbojcic1 opened this issue 3 years ago • 0 comments

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

jbojcic1 avatar Feb 28 '22 11:02 jbojcic1