Skip to content

Commit 42d4a5b

Browse files
feat(slsfw): use osls as alternative (#267)
1 parent d915025 commit 42d4a5b

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: "npm"
5050

5151
- name: Install Serverless Framework
52-
run: npm install -g serverless@3.39.0
52+
run: npm install -g osls@3.51.0
5353

5454
- name: Install dependencies
5555
run: npm ci
@@ -76,7 +76,7 @@ jobs:
7676
cache: "npm"
7777

7878
- name: Install Serverless Framework
79-
run: npm install -g serverless@3.39.0
79+
run: npm install -g osls@3.51.0
8080

8181
- name: Install dependencies
8282
run: npm ci

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Scaleway plugin for Serverless Framework
22

3-
Plugin for using Scaleway [Serverless Functions](https://www.scaleway.com/en/serverless-functions/) and [Serverless Containers](https://www.scaleway.com/en/serverless-containers/) with [Serverless Framework](https://serverless.com/).
3+
Plugin for using Scaleway [Serverless Functions](https://www.scaleway.com/en/serverless-functions/) and [Serverless Containers](https://www.scaleway.com/en/serverless-containers/) with [Serverless Framework](https://github.com/oss-serverless/serverless).
44

55
## Requirements
66

7-
- [Serverless Framework v3 CLI](https://serverless.com) installed on your local computer (e.g. run `npm install [email protected] -g`). V4 is not supported.
8-
- [Scaleway CLI](https://www.scaleway.com/en/cli/) installed on your local computer
7+
- [Serverless Framework v3 compatible CLI](https://github.com/oss-serverless/serverless) installed on your local computer (e.g. run `npm install -g osls`).
98

109
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.
1110

@@ -309,7 +308,7 @@ Documentation is available through runtimes frameworks for:
309308

310309
- [Scaleway Serverless Functions Documentation](https://www.scaleway.com/en/docs/compute/functions/api-cli/fun-uploading-with-serverless-framework/)
311310
- [Scaleway Serverless Containers Documentation](https://www.scaleway.com/en/docs/compute/containers/api-cli/cont-uploading-with-serverless-framework/)
312-
- [Serverless Framework documentation](https://serverless.com)
311+
- [Serverless Framework documentation](https://github.com/oss-serverless/serverless)
313312
- [Scaleway Serverless example projects](https://github.com/scaleway/serverless-examples)
314313

315314
## Contributing
@@ -318,8 +317,6 @@ This plugin is developed and maintained by the `Scaleway Serverless Team`, but w
318317

319318
If you are looking for a way to contribute please read [CONTRIBUTING.md](./.github/CONTRIBUTING.md). You can also look at the [development documentation](docs/development.md).
320319

321-
For general information about developing Serverless Framework, refer to the Serverless Framework [plugins documentation](https://www.serverless.com/framework/docs/guides/plugins/creating-plugins).
322-
323320
## Help & support
324321

325322
- Scaleway support is available on Scaleway Console.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "serverless-scaleway-functions",
33
"version": "0.4.14",
4-
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Scaleway Functions.",
4+
"description": "Provider plugin for the Serverless Framework v3.x which adds support for Scaleway Functions.",
55
"main": "index.js",
66
"author": "scaleway.com",
77
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"scaleway",
3636
"iot",
3737
"internet of things",
38-
"serverless.com"
38+
"osls"
3939
],
4040
"jest": {
4141
"testEnvironment": "node",

0 commit comments

Comments
 (0)