Skip to content

Commit 44b11ad

Browse files
author
chrishannaby
authored
Remove docs on setting AWS_LAMBDA_JS_RUNTIME (#218)
AWS_LAMBDA_JS_RUNTIME defaults to 14 now so we can remove this note from the docs
1 parent 138db19 commit 44b11ad

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,6 @@ See
8484
[the gatsby-plugin-netlify docs](https://github.com/netlify/gatsby-plugin-netlify/)
8585
for more information, including optional plugin configuration.
8686

87-
### Build configuration
88-
89-
Gatsby now requires Node 14 for building and SSR/DSG. During the beta period you
90-
need to manually set the environment variable `AWS_LAMBDA_JS_RUNTIME` to
91-
`nodejs14.x` to ensure SSR and DSR use the correct version. This must be done in
92-
the Netlify UI, not in the `netlify.toml`. Read the docs on
93-
[choosing a functions runtime](https://docs.netlify.com/functions/build-with-javascript/#runtime-settings).
94-
9587
### Caveats
9688

9789
Currently you cannot use `StaticImage` or `gatsby-transformer-sharp` in SSR or

0 commit comments

Comments
 (0)