laardee / serverless-authentication-boilerplate

Generic authentication boilerplate for Serverless framework
http://laardee.github.io/serverless-authentication-gh-pages
MIT License
569 stars 72 forks source link

getting Serverless Error when trying to deploy #26

Closed kidsil closed 7 years ago

kidsil commented 7 years ago

I'm getting the following error when running serverless deploy

  Serverless Error ---------------------------------------

     Trying to populate non string value into a string for
     variable ${self:provider.environment.SERVICE}. Please
     make sure the value of the property is a string.

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

  Your Environment Information -----------------------------
     OS:                 linux
     Node Version:       4.3.2
     Serverless Version: 1.5.0
kidsil commented 7 years ago

disappeared when I renamed the example.env.yml file to env.yml