Open
Description
Desktop (please complete the following information):
- OS: Windows 11
- VS Code version: 1.77.3
- Alexa Skill Toolkit extension version: v2.14.1
Question
persistent storage not working with local debugging.
when i run the skill in the console it works fine. i download the alexa-hosted-skill code, start the debugger with no issues. when i invoke the skill with an intent that tries to read from the s3 storage i get the following error:
when i try an intent that uses dynamodb, i get this error:
~~~ Error handled: AskSdk.DynamoDbPersistenceAdapter Error: Could not read item (amzn1.ask.account......) from table (undefined): Missing required key 'TableName' in params
is this expected behavior that we would not be able to locally debug skills that use any persistent storage?
these look like things set in env variables for lambda, so perhaps i am missing a setting somewhere???
Activity