From 363e8c4ffcca490528b0c1f79a1ad597f8be7a0c Mon Sep 17 00:00:00 2001 From: Daniel Pokorny Date: Mon, 11 Nov 2024 10:31:27 +0100 Subject: [PATCH] add functions runtime to deploy button --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b17797..2f660ac 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,6 @@ npm run dev:functions Clicking on the below button will guide you through the deployment process and also create a copy of the repository in your account. -[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kontent-ai/data-ops-gui#NODE_VERSION=20.x) +[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/kontent-ai/data-ops-gui#NODE_VERSION=20&AWS_LAMBDA_JS_RUNTIME=nodejs20.x) The tool makes use of Netlify functions to invoke `data-ops` methods. Deployment on other platforms requires adjustment to the API layer. \ No newline at end of file