Skip to content

Commit

Permalink
Merge pull request #1858 from brefphp/sf-v4-warning
Browse files Browse the repository at this point in the history
Recommend Serverless Framework v3
  • Loading branch information
mnapoli authored Sep 15, 2024
2 parents 339d437 + 5dc4fa6 commit 5f7a573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To use Bref, you will need an AWS account and the `serverless` CLI. Let's get st
npm install -g serverless@3
```

Bref is compatible with Serverless Framework v3 and v4. However the Bref documentation is written for v3 as v4 switches to a proprietary license.
Bref is compatible with Serverless Framework v3 and v4. Note that Serverless Framework v4 has proven to be very unstable and is no longer open-source. We recommend using v3 for the best experience.

If you don't want to install `serverless` via NPM, you can install it as a standalone binary [by following this documentation](https://github.com/serverless/serverless/blob/v3/docs/install-standalone.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To check your Serverless Framework version, run:
serverless --version
```

If you need to upgrade, [read the Serverless Framework documentation](https://www.serverless.com/framework/docs/getting-started#upgrade) (short version: run `npm install -g serverless`).
If you need to upgrade, [read the Serverless Framework documentation](https://www.serverless.com/framework/docs/getting-started#upgrade) (short version: run `npm install -g serverless@3`).

## PHP runtimes

Expand Down

0 comments on commit 5f7a573

Please sign in to comment.