Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-yx committed Jan 21, 2019
1 parent 5049b8d commit 4db2434
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ 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.

<details>
<<<<<<< HEAD
<summary><b>Environment variables in build and branch contextx</b>

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

</details>
=======
<summary>
<b>Lambda function examples</b>
</summary>
Expand Down Expand Up @@ -97,7 +95,6 @@ export async function handler(event, context) {
- the blogposts at the bottom of this README

</details>
>>>>>>> 46ea7abde5366413e079e9efb34655c40226e323

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

Expand Down

0 comments on commit 4db2434

Please sign in to comment.