Frank Schmid

Results 187 comments of Frank Schmid

Yes, right. The current plugin is compatible with SLS

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...

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...

@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...

I did not implement the remove functionality yet. This will be added later as it is not trivial to do that automatically. Currently I propose that you manually delete the...

This will be automatically handled as soon as SLS 1.x support has been finished. Then CloudFormation will automatically remove stale models.

Thanks for the comments. Currently the plugins are distinct. The purpose of this plugin is to be able to define and upload model definitions along and integrated with the function...

After deeper analysis I think the cleanest solution, that would solve the problems at the right places would be: (1) Integrate the models plugin into Serverless core, so that Serverless...

When integrating into core, I would add a S.Project.getModels() and S.Models.addModel(), S.Models.removeModel() and S.Models.setModel() method that your plugin can use to retrieve or store models. Then the function deploy would...

For the current version of the models plugin and Serverless this approach should work for your special use case although it is not universal as you can define your models...