Skip to content

Added optional dax support - #1044

Open
Will-NOQ wants to merge 5 commits into
pynamodb:masterfrom
noqdev:feature/dax-support
Open

Will-NOQ wants to merge 5 commits into
pynamodb:masterfrom
noqdev:feature/dax-support

Conversation

@Will-NOQ

Copy link
Copy Markdown

This is largely based on #470.

Example usage:

class UserModel(Model):
    """
    A DynamoDB User
    """
    class Meta:
        table_name = "dynamodb-user"
        dax_read_endpoints = ['dax://xxxx:8111']
        dax_write_endpoints = ['dax://xxxx:8111']

    email = UnicodeAttribute(null=True)
    first_name = UnicodeAttribute(range_key=True)
    last_name = UnicodeAttribute(hash_key=True)

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant