serverless-client-s3 icon indicating copy to clipboard operation
serverless-client-s3 copied to clipboard

Does not work with serverless 1.0 beta

Open davedash opened this issue 7 years ago • 2 comments

Hi, so it seems like npm install serverless defaults to the beta, which is fine (seemed a lot easier to get going based on the docs). Unfortunately I could not get things to work when using this plugin.

I ran into this error:

> $ serverless                                                                 

  Type Error ---------------------------------------------

     S.getServerlessPath is not a function

     For debugging logs, run again after setting SLS_DEBUG env var.

  Get Support --------------------------------------------
     Docs:          v1.docs.serverless.com
     Bugs:          github.com/serverless/serverless/issues

     Please report this error. We think it might be a bug.

With debugging on I confirmed that this is coming from this plugin.

Is this still the recommended way to serve a static page using serverless, or should I try something else.

davedash avatar Aug 14 '16 22:08 davedash