alexa-skills-kit-sdk-for-nodejs
alexa-skills-kit-sdk-for-nodejs copied to clipboard
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.
Hi team, About 6 months ago we published the Sound Drive skill. This skill allows users to play their own audio files from their Google Drive accounts. The skill uses...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
## I'm submitting a... [x] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [ ] Feature...
Hi everyone, Please can you help me with the following issue: I'm using ask-sdk-local-debug for debugging my skill code, I normally test it without debugging using my lambda function deployed...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x ] Bug report [ ] Performance issue [ ]...
Currently, DynamoDbPersistenceAdapter has a peer dependency of aws-sdk, which install 65Mb of stuff we don't need. Whereas the current slimline v3 version of @aws-sdk/client-dynamodb is 4.97 Mb including dependencies. https://www.npmjs.com/package/@aws-sdk/client-dynamodb...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...
When will this SDK be updated to work with the v3 JS SDK?
## Description These function can return nullish values but are declared to return a non-nullish type (either `Slot` or `SlotValue` or `string`) I fixed the return type declaration to match...
Closes https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/697 Closes https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs/issues/696 This change refactors the S3 and DynamoDB persistence adapters to use AWS SDK v3. - [ ] As this is a breaking change, I also bumped...