Add amazon-documentdb-python-client to new developer/ directory#188
Open
cod-all wants to merge 1 commit into
Open
Add amazon-documentdb-python-client to new developer/ directory#188cod-all wants to merge 1 commit into
cod-all wants to merge 1 commit into
Conversation
Python wrapper library for PyMongo that enforces Amazon DocumentDB best practices automatically: replica-set routing, connection pooling, retry with exponential backoff, per-service CloudWatch telemetry, and IAM authentication support. Includes: - Core library (src/docdb/) with plugin-based middleware architecture - Documentation covering overview, plugins, retry, telemetry, IAM auth, and connection tracking - Seven runnable examples (basic, Flask, FastAPI, Lambda, telemetry, custom plugin, IAM auth) Licensed under Apache-2.0 consistent with the parent repository.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a Python wrapper library for PyMongo that enforces Amazon DocumentDB best practices automatically. This is the first contribution to a new
developer/directory for libraries and SDKs that help developers build applications on DocumentDB.The library has two layers:
...and provides the following:
min_pool_size=5)replicaSet=rs0anddirectConnection=FalsesecondaryPreferredBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.