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
Copy file name to clipboardExpand all lines: README.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -86,13 +86,17 @@ However, if any `.babelrc` is found in the directory `netlify-lambda` is run fro
86
86
87
87
If you need an escape hatch and are building your lambda in some way that is incompatible with our build process, you can skip the build with the `-s` or `--static` flag. [More info here](https://github.com/netlify/netlify-lambda/pull/62).
88
88
89
+
## Netlify Identity
90
+
91
+
Netlify Identity is [not supported at the moment](https://github.com/netlify/netlify-lambda/issues/51) inside `netlify-lambda` function emulation, but for now you can [read the docs](https://www.netlify.com/docs/functions/#identity-and-functions) on how they should work.
92
+
89
93
## Other community approaches
90
94
91
95
If you wish to serve the full website from lambda, [check this issue](https://github.com/netlify/netlify-lambda/issues/36).
92
96
93
97
If you wish to run this server for testing, [check this issue](https://github.com/netlify/netlify-lambda/issues/49).
94
98
95
-
If you wish to emulate more Netlify functionality locally, [check this repo](https://github.com/8eecf0d2/netlify-local)
99
+
If you wish to emulate more Netlify functionality locally, [check this repo](https://github.com/8eecf0d2/netlify-local).
96
100
97
101
All of the above are community maintained and not officially supported by Netlify.
0 commit comments