-
-
Notifications
You must be signed in to change notification settings - Fork 51
docs(readme): Update the README for latest serverless v2 and upcoming v3 #183
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
Conversation
|
@neverendingqs Since v3 was released last week would you have time to merge this pull request? That would make upgrading more clear/easy for users. |
Sorry I will need to find time to take a look later. Initial thought is that this information should maybe go into a FAQ, since (I suspect) that adoption of v3 hasn't hit critical mass yet. |
|
V3 usage is already at 17% of the whole userbase. It's growing very fast. |
|
Hi @neverendingqs, quick reminder about this PR :) Have a great weekend! |
|
On a side note, one feature which I think they should support for the |
neverendingqs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey sorry finally got a chance to sit down and take a look.
Co-authored-by: Mark Tse <[email protected]>
Co-authored-by: Mark Tse <[email protected]>
Co-authored-by: Mark Tse <[email protected]>
|
What about Serverless v4? This plugin is still very actual from what I see. |
Description
As mentioned in the discussion (#155 (comment)), Serverless Framework v2 and (upcoming) v3 support
.envfor${env:xxx}variables via an option in the config.That makes part of this plugin redundant. Especially since the plugin will no longer be able to load environment variables in the process.
However, this plugin is still useful to automatically inject all
.envvariables into functions.So here is what we can do/recommend users:
${env:xxx}with.env, use the native Serverless Framework feature.envvariables into functions, use this pluginSee serverless/serverless#10495
I've updated the README to make this clearer. Let me know if that clarifies everything for v3?