Skip to main content

The ASK SDK DynamoDB Persistence Adapter package provides DynamoDB Adapter, that can be used with ASK SDK Core, for persistence management.

Project description

ASK SDK DynamoDB Adapter of Python ASK SDK

ask-sdk-dynamodb-persistence-adapter is the persistence adapter package for Alexa Skills Kit (ASK) by the Software Development Kit (SDK) team for Python. It has the persistence adapter implementation for connecting the Skill to the AWS DynamoDB. It also provides partition key generator functions, to get the user id or device id from skill request, that can be used as partition keys.

Quick Start

Installation

Assuming that you have Python and virtualenv installed, you can install the package and it’s dependencies (ask-sdk-model, ask-sdk-core) from PyPi as follows:

$ virtualenv venv
$ . venv/bin/activate
$ pip install ask-sdk-dynamodb-persistence-adapter

You can also install the whole dynamodb persistence adapter package locally by following these steps:

$ git clone https://github.com/alexa/alexa-skills-kit-sdk-for-python.git
$ cd alexa-skills-kit-sdk-for-python/ask-sdk-dynamodb-persistence-adapter
$ virtualenv venv
...
$ . venv/bin/activate
$ python setup.py install

Usage and Getting Started

Getting started guides, SDK Features, API references, samples etc. can be found in the technical documentation

Got Feedback?

  • We would like to hear about your bugs, feature requests, questions or quick feedback. Please search for the existing issues before opening a new one. It would also be helpful if you follow the templates for issue and pull request creation. Please follow the contributing guidelines!!

  • Request and vote for Alexa features!

CHANGELOG

0.1

  • Initial release of ASK SDK DynamoDB Persistence Adapter package.

0.1.1

  • Docstring changes for generated docs.

0.1.2

  • unicode_type = six.text_type and define long in Python 3 (#1)

  • Use feature detection instead of version detection (#10)

  • Send stringified raw data to Alexa APIs (#12)

0.1.3

  • Remove inspect.getargspec from sb decorators. Closes #20

1.0.0

  • Production release of ASK SDK DynamoDB Persistence Adapter Package.

1.1.0

This release contains the following changes:

  • Introducing runtime layer (#41)

  • Send data to service clients only if present (#39)

1.2.0

This release contains the following changes :

  • Add support for Alexa Presentation Language (Public Beta). The Alexa Presentation Language (APL) enables you to build interactive voice experiences that include graphics, images, slideshows, and to customize them for different device types.

1.3.0

This release contains the following features :

1.4.0

This release contains the following changes :

  • Add helper function for matching CanFulfill Intent name #46 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/46>

  • Deserialize only if payload is not None 48 <https://github.com/alexa/alexa-skills-kit-sdk-for-python/pull/48>

1.5.0

This release contains the following changes :

  • Refactor Python version dependencies for Python 3.7 support 50

1.6.0

This release contains the following changes :

  • Update DefaultSerializer to let generic classes to be added as session attributes 60.

1.7.0

This release contains the following changes :

  • Add optional play_behavior attribute to speak and ask methods in response builder 61.

1.8.0

This release contains the following changes :

  • Allow Default API Client to invoke Alexa APIs that require other than ‘application/json’ body type.

1.9.0

This release includes the following :

  • Request utility methods which makes it easier to retrieve common properties from an incoming request.

1.10.0

This release contains the following changes :

  • Viewport Utils support for Echo Show 5 (HUB_LANDSCAPE_SMALL).

  • Add check for device information in ‘get_device_id’ utility function.

  • Add ‘get_user_id’ utility function.

1.10.1

This release contains the following :

  • Fix the regression bug on response_interceptors.

1.10.2

This release contains the following changes :

  • Bug fix on delete persistence attributes, to delete attributes without checking if they are set.

  • Fix type hints on lambda_handler.

1.11.0

This release contains the following changes : - Template Resolvers used to generate responses using templates to handle ASK SDK requests. - Bug fix Delete persistence attributes without checking setter. - Bug fix Allow out-of-session requests. - Bug fix Change get_slot_value function to return None when slot is not present. - Bug fix Change decorator returned by request_handler to return the handler function.

1.12.0

This release contains the following changes :

  • person_id as partition key generator, when storing persistence attributes in dynamo tables.

  • py.typed files for ask-sdk-core. Fixes #121.

  • Minor doc fix in ask-sdk-core readme.

1.13.0

This release contains the following changes :

  • py.typed files added to sdk packages, as per PEP 561. Fixes 121.

  • Fixes the literal check bug in api client, that fails in Python 3.8 127

1.14.0

This release contains the following changes :

  • general bug fixes and updates

1.15.0

This release contains the following changes :

  • A new class UserAgentManager, to help set user agents for higher level frameworks using the SDK

1.16.0

This release includes the following :

  • Added directive support on reprompt by creating utils on Response helper

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ask_sdk_dynamodb_persistence_adapter-1.16.0-py2.py3-none-any.whl (9.2 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ask-sdk-dynamodb-persistence-adapter-1.16.0.tar.gz.

File metadata

  • Download URL: ask-sdk-dynamodb-persistence-adapter-1.16.0.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.34.0 CPython/3.6.6

File hashes

Hashes for ask-sdk-dynamodb-persistence-adapter-1.16.0.tar.gz
Algorithm Hash digest
SHA256 4080f15bb9a99af9f0ac5190a2a55fcf95565d943c4fc37dd2fbd873dea75313
MD5 c22162e65443b99cd66bed8d112a265b
BLAKE2b-256 e9e0d8305b179f4012907ae4ced8bfd5d0f2be99d5975bd32e1206e2c2bcb8c0

See more details on using hashes here.

File details

Details for the file ask_sdk_dynamodb_persistence_adapter-1.16.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for ask_sdk_dynamodb_persistence_adapter-1.16.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6df512b543cfafc019b8a88efa53d30944558b737e2f0505b3c5d8e1873832e4
MD5 4c7ea6202d55dd111d8056bd2b833c9d
BLAKE2b-256 49e073585a0358d79fb588555d1ae7fe56824b2b2ac615b1f3e8efaef87a040b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page