AnomalyInnovations / serverless-stack-demo-api

Source for the demo app API in the Serverless Stack Guide
https://demo.serverless-stack.com
MIT License
518 stars 197 forks source link

Unable to deploy Serverless Infrastructure #19

Closed AmoDinho closed 6 years ago

AmoDinho commented 6 years ago

Hi folks!

After running serverless deploy -v I get the following error:

An error occurred: NotesTable - Encountered unsupported property AttributeDefinitons..

When I get the logs it printed out:

Trying to populate non string value into a string for variable ${deep:0}. Please make sure the value of the property is a string.

Any idea what the problem might be?

My environment info: OS: win32 Node Version: 8.11.2 Serverless Version: 1.29.0

AmoDinho commented 6 years ago

I cloned the repo and deployed it. Everything worked fine. Still not sure what the issue was because I had the exact same code that was given in the various chapters. 🤷‍♀️