Skip to content

Commit 4db2434

Browse files
author
sw-yx
committed
merge
1 parent 5049b8d commit 4db2434

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: README.md

-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ It also watches your files and restarts the dev server on change. Note: if you a
5252
- 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.
5353

5454
<details>
55-
<<<<<<< HEAD
5655
<summary><b>Environment variables in build and branch contextx</b>
5756

5857
Read Netlify's [documentation on environment variables](https://www.netlify.com/docs/continuous-deployment/#build-environment-variables).
@@ -61,7 +60,6 @@ Read Netlify's [documentation on environment variables](https://www.netlify.com/
6160
However, this is a [relatively new feature](https://github.com/netlify/netlify-lambda/issues/59), so if you encounter issues, file one.
6261

6362
</details>
64-
=======
6563
<summary>
6664
<b>Lambda function examples</b>
6765
</summary>
@@ -97,7 +95,6 @@ export async function handler(event, context) {
9795
- the blogposts at the bottom of this README
9896

9997
</details>
100-
>>>>>>> 46ea7abde5366413e079e9efb34655c40226e323
10198

10299
## Using with `create-react-app`, Gatsby, and other development servers
103100

0 commit comments

Comments
 (0)