You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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???
The text was updated successfully, but these errors were encountered:
Thanks for reporting @voco-dev ! We'll take a look into how this could be supported.
To make sure we're getting as close to your use case as possible, do you have a snippet (with any sensitive info redacted) from your lambda that illustrates how you're reading from s3 storage?
Desktop (please complete the following information):
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:
The text was updated successfully, but these errors were encountered: