alexa / alexa-skills-kit-sdk-for-nodejs

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.
Apache License 2.0
3.12k stars 737 forks source link

Add Person ID partition key generator #593

Closed pbheemag closed 4 years ago

pbheemag commented 4 years ago

Description

Adds a new person ID partition key generator. This makes sense for users of person ID to have an even more granular way to store attributes. If person ID is unavailable, the key will fall back to using the user ID.

Motivation and Context

Testing

New unit tests.

Screenshots (if appropriate)

Types of changes

Checklist

License