{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database/5"}],"enrichment":{"capability":"A Python client library that provides nearly source-compatible access to Amazon DAX clusters using a Boto3-like interface for DynamoDB operations.","skillfed_tags":["aws-dynamodb","caching"],"use_cases":["Access Amazon DAX clusters from Python with a Boto3-compatible interface requiring minimal code changes.","Implement transactional DynamoDB operations (transact-get-items, transact-write-items) via DAX.","Connect to DAX clusters with encryption in transit and hostname verification for secure data access.","Use DAX's in-memory caching layer for DynamoDB workloads by routing queries through the cluster endpoint.","Manage connections to IPv6 and Dual Stack DAX clusters from Python applications."],"what_it_does":"The Amazon DAX Client for Python is an AWS-provided library that lets you connect to Amazon DAX clusters from Python code. The client mimics Boto3's interface closely\u2014you swap out your DynamoDB resource or client initialization for a DAX one, pointing it at your cluster's discovery endpoint, and the rest of your code remains nearly unchanged. It supports both the Boto3 resource API and the botocore client API.\n\nThe library handles connection pooling, cluster discovery, retry logic with backoff, and encryption in transit. It includes transactional operations (transact-get-items, transact-write-items). Table operations and paginators are not supported; you use the regular Boto3 client for schema changes. The package requires Python 3.9 or later and has no external runtime dependencies.","worth_installing":"Yes, if you have a DAX cluster running and need to access it from Python. The library is production-stable and well-integrated with Boto3. However, the high install friction (source distribution, compilation required) and aging maintenance status (290 days since last release) mean you should verify that dependencies and Python version support align with your environment before committing. No known vulnerabilities."},"id":"amazon-dax-client","links":{"html":"https://skillfed.io/packages/amazon-dax-client","md":"https://skillfed.io/packages/amazon-dax-client.md","pypi":"https://pypi.org/project/amazon-dax-client/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-10-28","license_spdx":null,"license_treatment":"permissive","name":"amazon-dax-client","python_support":"supports_current","summary":"Amazon DAX Client for Python"},"popularity":{"monthly_downloads":97328,"position":13156,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.0.6"}
