From 6cefaef7f9232a306fa0670b5a57997dc6f6c6cf Mon Sep 17 00:00:00 2001 From: thomas-tacquet Date: Thu, 13 Jun 2024 17:57:49 +0200 Subject: [PATCH] doc(framework): update serverless framework version supported --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 206688c3..ebd55a20 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Plugin for using Scaleway [Serverless Functions](https://www.scaleway.com/en/ser ## Requirements -- [Serverless Framework CLI](https://serverless.com) installed on your local computer (e.g. run `npm install serverless -g`) +- [Serverless Framework v3 CLI](https://serverless.com) installed on your local computer (e.g. run `npm install serverless@3.39.0 -g`). V4 is not supported. - [Scaleway CLI](https://www.scaleway.com/en/cli/) installed on your local computer If you are using [Scaleway IAM](https://www.scaleway.com/en/iam/), you need to be the Owner of the Scaleway Organization in which the deployment will take place, or be an IAM user of the Organization with a policy granting you the necessary Permission Sets. See the [IAM Overview](https://www.scaleway.com/en/docs/identity-and-access-management/iam/reference-content/overview/) for more information.