alexa-skills-kit-sdk-for-python icon indicating copy to clipboard operation
alexa-skills-kit-sdk-for-python copied to clipboard

The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.

Results 10 alexa-skills-kit-sdk-for-python issues
Sort by recently updated
recently updated
newest added
trafficstars

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

Hi @Shreyas-vgr! It would be awesome if your team could translate the crucial [pay integration page](https://developer.amazon.com/en-US/docs/alexa/amazon-pay-alexa/integrate-skill-with-amazon-pay-v2.html) to python too. Looks like could be done in less than half an hour....

documentation
feature-request:sdk

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

## Description Updates the Django-specific signature header to use SHA-256 rather than SHA-1 in order to remain compatible with the changes from @doiron in #200 . ## Motivation and Context...

### **CONTEXT :** In my alexa skill I want to implement the voice forward consent directive. But when I send a start connection directive with the list of permissions that...

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

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

This is a minor issue, affecting only type checking, such as when using MyPy. To store application objects in attributes (managed by AttributesManager), the objects do not need to be...

Issue #208 Fix "invalid escape sequence" warnings before they become errors ## Description Escape "\\" in regular expressions. A single backslash "\\" is the Python escape character. To code the...

Fix "invalid escape sequence" warnings before they become errors Per [Deprecated Python behavior in Python 3.6](https://docs.python.org/dev/whatsnew/3.6.html#deprecated-python-behavior) > A backslash-character pair that is not a valid escape sequence now generates a...