dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.19k stars 795 forks source link

Support custom serverless versions (0.x) #110

Closed arabold closed 8 years ago

arabold commented 8 years ago

I know this is a bit of a special request, but I'm using my own fork of Serverless: https://www.npmjs.com/package/serverless-z

It has a couple of (for me) important fixes and improvements:

As this custom version uses a version number 0.6.x, it isn't compatible with this plugin anymore (see index.js line 136). I wonder what you think about relaxing the version check to support my custom version as well?

dherault commented 8 years ago

hi @arabold, I can't do that i'm sorry, you're fork is too specific (plus the features you've mentioned are bundled in the v1-RC1 version of Severless). With don't you fork serverless-offline too?

arabold commented 8 years ago

I understand and yeah, I could fork serverless-offline as well. I was just wondering about the specific 0.5.x version check as it limits upward compatibility of the plugin. Serverless 1.0 as such is the future, but unfortunately it's neither backward compatible nor does it offer all the features 0.5 did. The fork it an interim solution for that.