Demos with persistence fail running locally

39 Views Asked by At

I run the Amazon Alexa video tutorial "Setup Local Debugging for an Alexa Skill", and debugging is successful on VSCode against "hello World" app, as in the video. However, running against any demo with persistence eg Cake Walk or High Low, the app fails as shown below:

User > start high low game

Alexa > There was a problem with the requested skill's response

Is there some sort of permissions I need to set up to allow access to persistence locally? It's not specified in the tutorials documentation anywhere I can see.

[Note, running from the developer console with the endpoint (re)set to AWS Lambda works.]

debug window gives:

~~~~ Error handled: Could not read item
(amzn1.ask.account.AFV5QAE7QCLJQGHTK5EYAWRYARFW3HCGSAGBWXVBSSIGDUT4OR
7YJ23CIPY7PD6LTEREB5URCGCSOPK6J4UDBSQUE6QMYFUQQ44T5KJ62BI3UZYNE4T6CZE
SOP4GYHOJ3JENFM44HKSZY4MC6T564AACOLP7HEIKGXDMN5WJQ7ZIK5GSC66LVRSFOH5H
Q2JXHMG3D3HHMKK42SQ)
from bucket (undefined): Missing required key 'Bucket' in params"
0

There are 0 best solutions below