Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is this deprecated? #80

Open
joshstrange opened this issue Apr 6, 2022 · 4 comments
Open

Is this deprecated? #80

joshstrange opened this issue Apr 6, 2022 · 4 comments

Comments

@joshstrange
Copy link

The link to serverless.com/components (Wayback Machine) now redirects to the main framework page and there is zero mention of components on the website (aside from blog posts from 2+ years ago). That coupled with ignored PRs, open issues about basic things like support for larger memory lambdas, and the nodejs version still being pinned to 12 makes me assume this is no longer supported.

It would be nice to have an official deprecation instead of leaving up these repos for someone to stumble over and think they will work. Even the basic setup commands don't work:

> serverless init express-starter
Environment: darwin, node 12.22.7, framework 3.7.1, plugin 6.1.5, SDK 4.3.2
Docs:        docs.serverless.com
Support:     forum.serverless.com
Bugs:        github.com/serverless/serverless/issues

Error:
Serverless command "init express-starter" not found. Run "serverless help" for a list of all available commands.
@robertgoacher
Copy link

I've asked this many times in this repository and I even emailed Serverless about it...and got zero replies.

@vinnyt123
Copy link

I would also love to know if this is deprecated... I guess the lack of response and activity in the repos indicates it is.

I believe the serverless components CLI is packaged separately to the regular CLI now.

You can run npm install -g @serverless/components to install the now separate serverless components CLI. Then you need to use components login and components deploy instead of what was previously serverless deploy etc. Strange that none of the documentation seems to have been updated.

Perhaps components init express-starter would work, although it seems like a bad idea to start a new app with serverless components at this point.

@robertgoacher
Copy link

@eahefnawy Could we get a definitive answer please?

@dhesson
Copy link

dhesson commented Aug 14, 2022

Is the lambda runtime even configurable with this component? I do feel like it's deprecated.

I think I'm going to start extracting my configs from components back into the original framework. Then I can, ya know, configure things like lambda runtime that this component is abstracting/trying to hide to simplify things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants