Hello,
I'm trying to evaluate OSLS v3 and started by following the v3 Getting Started guide:
https://github.com/oss-serverless/osls/blob/3.x/docs/getting-started.md
A few things don't seem to match the current behavior:
npm install -g osls@4 fails because the package can't be found. I assume that's expected since v4 is still in beta.
- I installed the latest v3 release instead.
- Running
serverless doesn't appear to do anything.
serverless init is not recognized as a command.
serverless create --template=... appears to exist, but the template links referenced by the documentation return 404s.
I understand OSLS is intended to be a drop-in replacement for Serverless Framework and that I can likely create a project manually. However, I wanted to follow the documented workflow to understand the intended setup experience.
Am I missing a step, or is the v3 Getting Started guide currently out of date?
Thanks for any clarification.
Hello,
I'm trying to evaluate OSLS v3 and started by following the v3 Getting Started guide:
https://github.com/oss-serverless/osls/blob/3.x/docs/getting-started.md
A few things don't seem to match the current behavior:
npm install -g osls@4fails because the package can't be found. I assume that's expected since v4 is still in beta.serverlessdoesn't appear to do anything.serverless initis not recognized as a command.serverless create --template=...appears to exist, but the template links referenced by the documentation return 404s.I understand OSLS is intended to be a drop-in replacement for Serverless Framework and that I can likely create a project manually. However, I wanted to follow the documented workflow to understand the intended setup experience.
Am I missing a step, or is the v3 Getting Started guide currently out of date?
Thanks for any clarification.