-
Notifications
You must be signed in to change notification settings - Fork 188
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
Serverless Framework v3: new design & how to integrate #446
Comments
Hi! Thank you for chiming in. I will have a look at this asap. I won't hesitate to contact you in case of questions. |
👍 awesome! |
@bboure what is the status on the re-write of this wonderful plugin? Cannot upgrade to serverless v3 because I am very much tied to this plugin... |
@epanfile version 1 of this plugin should be compatible with v3 of serverless framework. You may want to have a look at the v2 of this plugin. It is still in alpha (see the alpha branch). Unfortunately, I have not had much time to test it enough to the point of being confident that it's stable for an official release.
|
Hi 👋 , Serverless Framework core team here!
We're working on the v3 beta version right now. The v3 will include a redesigned CLI output:
You can try the v3 beta with:
npm i serverless@pre-3
To help plugins integrate with that new design (and build a great user experience), we've added new APIs for plugins:
We've identified 2 options for plugins:
Any feedback is appreciated! If you want to update the plugin to use these new APIs, feel free to ping me if you have any questions!
If you don't have time to update the plugin, let me know, we'll see how we can help.
The text was updated successfully, but these errors were encountered: