alexa-skills-kit-sdk-for-nodejs icon indicating copy to clipboard operation
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.

Results 39 alexa-skills-kit-sdk-for-nodejs issues
Sort by recently updated
recently updated
newest added

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...

feature request
waiting service reply

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...

bug
investigating

## I'm submitting a... [x] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [ ] Feature...

bug

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...

bug

## 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...

investigating
dependencies

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...

bug
needs review

When will this SDK be updated to work with the v3 JS SDK?

dependencies
Triage

## 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...

bug

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...

investigating
dependencies