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
@@ -82,13 +82,17 @@ However, if any `.babelrc` is found in the directory `netlify-lambda` is run fro
82
82
83
83
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).
84
84
85
+
## Netlify Identity
86
+
87
+
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.
88
+
85
89
## Other community approaches
86
90
87
91
If you wish to serve the full website from lambda, [check this issue](https://github.com/netlify/netlify-lambda/issues/36).
88
92
89
93
If you wish to run this server for testing, [check this issue](https://github.com/netlify/netlify-lambda/issues/49).
90
94
91
-
If you wish to emulate more Netlify functionality locally, [check this repo](https://github.com/8eecf0d2/netlify-local)
95
+
If you wish to emulate more Netlify functionality locally, [check this repo](https://github.com/8eecf0d2/netlify-local).
92
96
93
97
All of the above are community maintained and not officially supported by Netlify.
0 commit comments