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 0.1.x compatibility #2

Open
arabold opened this issue Jan 21, 2016 · 1 comment
Open

Serverless 0.1.x compatibility #2

arabold opened this issue Jan 21, 2016 · 1 comment

Comments

@arabold
Copy link

arabold commented Jan 21, 2016

With the changes to Serverless 0.1.x this doesn't work out-of-the-box anymore. However, I could easily fix this by changing the last few lines of index.js from this:

      return this.S.validateProject()
        .bind(_this)
        .then(function() {
          return _this.evt;
        })
        .then(_this._listLambdas);

to this:

      return _this._listLambdas(_this.evt);

My understanding is that this should work perfectly fine. I can do a pull request if you like though I wasn't sure if I missed something.

@Nopik
Copy link
Owner

Nopik commented Feb 8, 2016

Please check this out on the newest version, and if it works for you, close the issue.

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

No branches or pull requests

2 participants