serverless-lambda-prune-plugin icon indicating copy to clipboard operation
serverless-lambda-prune-plugin copied to clipboard

Serverless 0.5.x compatibility

Open martinmicunda opened this issue 8 years ago • 2 comments

This plugin doesn't seem to work with latest serverless v0.5.0.

/node_modules/bluebird/js/release/async.js:49
        fn = function () { throw arg; };
                           ^

TypeError: Path must be a string. Received undefined
  at assertPath (path.js:8:11)
  at Object.posix.join (path.js:479:5)

martinmicunda avatar Mar 25 '16 00:03 martinmicunda

I fixed this issue and made the pull request https://github.com/Nopik/serverless-lambda-prune-plugin/pull/11

hideyuki avatar Apr 16 '16 06:04 hideyuki

i think your pull request is in the latest 1.3 version but its still not working for me

jjmartin avatar Jun 13 '16 18:06 jjmartin