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
feat(zip-it-and-ship-it): feature flag ability to dynamically import funcion inside request handler (#6248)
this gives us the ability to catch any errors which may arise when importing the function's code,
and also allows us to prepare more within the bootstrapping phase before the functions code is
executed - such as populating process.env or any bootstrapping that may require information
provided by Proxy for the invocation
0 commit comments