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

Serverless v1.0 incompatibility #11

Open
nickchisiu opened this issue Aug 11, 2016 · 10 comments
Open

Serverless v1.0 incompatibility #11

nickchisiu opened this issue Aug 11, 2016 · 10 comments
Labels
Milestone

Comments

@nickchisiu
Copy link
Contributor

It seems that the plugin it's not hooking up with the latest release of ServerLess framework ( v1.0 )

@HyperBrain
Copy link
Owner

Yes, right. The current plugin is compatible with SLS <1.0.
Serverless v1.0 has a completely different semantics about configuration and functionality (everything is done by using CloudFormation). So the 1.x.x plugin never will be compatible. There has to be a completely new version.

First there have to be lots of investigations to be done how to handle models with the new version and how CloudFormation interacts with referencing, creating, updating models and how to connect that to function deployments in SLS 1.0.

@nickchisiu
Copy link
Contributor Author

okay, so we are talking about a major refactoring here . Sweet , maybe a new plugin version could came up before the SLS v1.0 stable release .

@dennisoverbeeke
Copy link

Hi @HyperBrain, are you planning in creating a new plugin for sls v1.0? Or do you have any idea how to work-around with Cloudformation if we want to use the models?

@HyperBrain
Copy link
Owner

I am still evaluating the model integration (at my company we ourselves are not yet on 1.0 because of the missing lambda alias support which is unpracticable if you have 500+ lambdas running). Currently I do not have an ETA for 1.0 support.

@dennisoverbeeke
Copy link

Hi @HyperBrain, thanks for your update. I will try to find a solution with a work-around (maybe deployment through cloudformation custom resources or something). If I find something I will let you know in this thread. Good luck with upgrading to sls v1 in you company

@tchock
Copy link

tchock commented Dec 5, 2016

@dennisoverbeeke Have you found a work-around? We had the same problem, trying to add models to the Serverless generated APIGateway resource. We decided to write a Serverless 1.0 plugin ourselves. you can find it at here. Hope this helps you. If there is something missing, please let me know :)

@dennisoverbeeke
Copy link

Hi @tchock Sorry for replying so late. We had not found a solution but our requirements changed a bit: we mostly used it to generate iOS SDK and Swagger documentation (models are not used for validation in APIG). We wrote our own API Gateway manager in iOS and we do not use swagger but apiary, so we did not really need it anymore. We might re-use them in the future

Thank you very much for developing the plugin and mentioning it to me! Make sure the serverless community knows about your plugin! Regards

@HyperBrain
Copy link
Owner

I will continue on this plugin for SLS 1.x soon! First I had to take care of alias support for the new framework version which was more important at that point (see https://github.com/HyperBrain/serverless-aws-alias).

After all the experiences I had with the new event based plugin system, I'm pretty confident that I can realize a working version for 1.x in a short timeframe.

@HyperBrain HyperBrain added this to the 2.0.0 milestone Mar 23, 2017
@celicoo
Copy link

celicoo commented Mar 10, 2018

Is this going anywhere?

@HyperBrain
Copy link
Owner

@celicoo Well ... honestly this isn't going anywhere right now. I am not able to invest the time needed to port it due to my work on other projects I maintain and manage.

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

No branches or pull requests

5 participants