Skip to content

Commit bb80920

Browse files
chore: Documentation
1 parent ce6bd00 commit bb80920

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tool offers similar functionality to [SST](https://sst.dev/) and [Serverles
77
It supports the following frameworks:
88

99
- AWS CDK v2
10-
- Serverless Framework v3 (SLS) and [`osls` fork](https://github.com/oss-serverless/serverless)
10+
- Serverless Framework v3 (SLS) and [osls fork](https://github.com/oss-serverless/serverless)
1111
- AWS Serverless Application Model (SAM)
1212
- Terraform and OpenTofu
1313
- Any other framework or setup by implementing a simple function in TypeScript
@@ -204,10 +204,12 @@ Set the `subfolder` parameter if your framework is in a subfolder.
204204

205205
Use the `context` parameter to pass context to your CDK code. This is a common way to pass variables to your code, most often the environment name.
206206

207-
### Serverless Framework v3 (SLS)
207+
### Serverless Framework v3 (SLS) and [osls fork](https://github.com/oss-serverless/serverless)
208208

209209
Use the `stage` parameter to pass the stage/environment name.
210210

211+
_Serverless Framework v3 is now deprecated, and v4 is available only under a commercial license. Fortunately, there is a [fork of version 3](https://github.com/oss-serverless/serverless). Lambda Live Debugger also supports it._
212+
211213
### AWS Serverless Application Model (SAM)
212214

213215
Use the `config-env` parameter to pass the stage/environment name.

0 commit comments

Comments
 (0)