Skip to content

Commit f47d953

Browse files
author
Lucas McDonald
committed
m
1 parent 1f464e9 commit f47d953

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

DynamoDbEncryption/runtimes/python/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
[![Code style: black](https://img.shields.io/badge/code_style-black-000000.svg)](https://github.com/ambv/black)
55
[![Documentation Status](https://readthedocs.org/projects/aws-dbesdk-dynamodb-python/badge/)](https://aws-dbesdk-dynamodb-python.readthedocs.io/en/latest/)
66

7-
Documentation for the Python AWS Database Encryption SDK for DynamoDB.
7+
This is the official implementation of the AWS Database Encryption SDK for DynamoDB in Python.
88

9-
The latest full documentation can be found at [Read the Docs](https://aws-dbesdk-dynamodb-python.readthedocs.io/en/latest/).
9+
The latest documentation can be found at [Read the Docs](https://aws-dbesdk-dynamodb-python.readthedocs.io/en/latest/).
1010

11-
Find us on [GitHub](https://github.com/aws/aws-database-encryption-sdk-dynamodb).
11+
Find the source code on [GitHub](https://github.com/aws/aws-database-encryption-sdk-dynamodb).
1212

1313
## Security
1414

DynamoDbEncryption/runtimes/python/docs/index.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.. include:: ../README.md
22
:parser: myst_parser.docutils_
33

4-
.. include:: ../../../../README.md
5-
:parser: myst_parser.docutils_
64

75
*******
86
Modules
@@ -21,5 +19,13 @@ Modules
2119
aws_dbesdk_dynamodb.smithygenerated.aws_cryptography_dbencryptionsdk_dynamodb_itemencryptor.models
2220
aws_dbesdk_dynamodb.smithygenerated.aws_cryptography_dbencryptionsdk_dynamodb_itemencryptor.config
2321

22+
23+
The content below applies to all languages of the AWS DBESDK for DynamoDB.
24+
25+
----
26+
27+
.. include:: ../../../../README.md
28+
:parser: myst_parser.docutils_
29+
2430
.. include:: ../../../../CHANGELOG.md
2531
:parser: myst_parser.docutils_

DynamoDbEncryption/runtimes/python/src/aws_dbesdk_dynamodb/encrypted/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def put_item(self, **kwargs) -> dict[str, Any]:
107107
108108
Args:
109109
**kwargs: Keyword arguments to pass to the operation. These match the boto3 `put_item` API parameters' argument names.
110-
The "Item" argument will be encrypted locally before being written to DynamoDB.
110+
The "Item" argument will be encrypted locally before being written to DynamoDB.
111111
112112
Returns:
113113
dict: The response from DynamoDB. This matches the boto3 `put_item` API response shape.

0 commit comments

Comments
 (0)