Skip to content

Commit

Permalink
document callout for configuring Netlify adapter AWS_LAMBDA_RUNTIME s…
Browse files Browse the repository at this point in the history
…etting (#1145)
  • Loading branch information
thescientist13 authored Aug 26, 2023
1 parent 43516d4 commit ae78778
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/plugin-adapter-netlify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ You will then want to create a _netlify.toml_ file at the root of your project (
NODE_VERSION = "18.x" # or pin to a specific version, like 18.15.0
```

Set the `AWS_LAMBDA_JS_RUNTIME` environment variable [in your Netlify UI](https://answers.netlify.com/t/aws-lambda-js-runtime-nodejs14-x/32161/2) to the value of `nodejs18.x`.


## Usage
Add this plugin to your _greenwood.config.js_.

Expand Down

0 comments on commit ae78778

Please sign in to comment.