Is it possible to access the Lambda functions when using netlify dev
in live share mode (netlify dev --live
)? When I visit a function URL in the browser via a live server (i.e. https://friendly-montalcini-e00a7d-6d42e1.netlify.live/.netlify/functions/hello-world
), the browser prints a Not Found
message.
Summary of my attempts:
-
netlify dev --live
functions do not work -
netlify dev
functions work (i.e vialocalhost:8888/.netlify/functions/hello-world
) -
netlify deploy
functions work (i.e viahttps://5eba3db7411ae0ad7cd88096--friendly-montalcini-e00a7d.netlify.app/.netlify/functions/hello-world
)