alexa / alexa-skills-kit-sdk-for-python

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.
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
Apache License 2.0
812 stars 206 forks source link

Add personId partitionKey generator #125

Closed nikhilym closed 5 years ago

nikhilym commented 5 years ago

Description

Provide a partition key generator for person id, when person id exists on the request envelope. This is similar to the PR on Java SDK here

Motivation and Context

Java SDK PR.

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

nikhilym commented 5 years ago

Merging this PR since the only diff between earlier revision and this one is the casing, and the earlier ones were approved.