From aad07792692d3567c935c83e8420601bc1c47f30 Mon Sep 17 00:00:00 2001 From: Typing Turtle Date: Mon, 28 Jan 2019 20:24:40 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb79b42..c7d51ef7 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ It also watches your files and restarts the dev server on change. Note: if you a - Function signatures follow the [AWS event handler](https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html) syntax but must be named `handler`. [We use Node v8](https://www.netlify.com/blog/2018/04/03/node.js-8.10-now-available-in-netlify-functions/) so `async` functions **are** supported ([beware common mistakes](https://serverless.com/blog/common-node8-mistakes-in-lambda/)!). Read [Netlify Functions docs](https://www.netlify.com/docs/functions/#javascript-lambda-functions) for more info.
-Environment variables in build and branch contextx +Environment variables in build and branch context Read Netlify's [documentation on environment variables](https://www.netlify.com/docs/continuous-deployment/#build-environment-variables). `netlify-lambda` should respect the env variables you supply in `netlify.toml` accordingly (except for deploy previews, which make no sense to locally emulate).