alexa / alexa-skills-kit-sdk-for-nodejs

The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Apache License 2.0
3.12k stars 736 forks source link

i'm making a simple application and i getting this error {"errorMessage":"Requested resource not found"} I created a terable #664

Closed dante-byte closed 3 years ago

dante-byte commented 3 years ago

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x ] Other... Please describe: i have a simple node.js crud app i make a post request to a table that i created in dynamodb adn i get and error {"errorMessage":"Requested resource not found"} 500 I read the documentation and it says to try it again and it still didn't work 

i have a simple node.js crud app i make a post request to a table that i created in dynamodb adn i get and error {"errorMessage":"Requested resource not found"} 500 I read the documentation and it says to try it again and it still didn't work

Expected Behavior

i have a simple node.js crud app i make a post request to a table that i created in dynamodb adn i get and error {"errorMessage":"Requested resource not found"} 500 I read the documentation and it says to try it again and it still didn't work

Current Behavior

Possible Solution

i have a simple node.js crud app i make a post request to a table that i created in dynamodb adn i get and error {"errorMessage":"Requested resource not found"} 500 I read the documentation and it says to try it again and it still didn't work

Steps to Reproduce (for bugs)

Context

Your Environment

Node.js and NPM Info

ShenChen93 commented 3 years ago

Hi @dante-byte ,

Could you please provide more detailed info thus I could try to reproduce the issue. I wonder if you are making a Alexa Skill with the ask-sdk-dynamodb-persistence-adapter ? And which instruction are you following ? Also is your skill an Alexa hosted skill or non-hosted skill ?

Thanks, Shen

ShenChen93 commented 3 years ago

Close this issue for now since no responding. Please feel free to reopen :)