Skip to content

Commit 1f2d826

Browse files
committed
chore(python): feedback
1 parent 268be90 commit 1f2d826

File tree

1 file changed

+4
-4
lines changed
  • Examples/runtimes/python/Migration/plaintext_to_awsdbe/src/plaintext

1 file changed

+4
-4
lines changed

Examples/runtimes/python/Migration/plaintext_to_awsdbe/src/plaintext/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
In Step 0, your system is in the starting state using plaintext DynamoDB operations:
44

5-
- reads items in plaintext format directly from DynamoDB
6-
- writes items in plaintext format directly to DynamoDB
7-
- cannot read items in the AWS Database Encryption SDK format
5+
- continue to read plaintext items
6+
- continue to write plaintext items
7+
- cannot read encrypted items
88

99
This represents the baseline configuration before beginning the migration process.
10-
Your dataset consists only of data written in plaintext format.
10+
Your dataset consists only plaintext data.
1111

1212
When operating in this state, your system has no client-side encryption in place,
1313
and all data is stored in plaintext in your DynamoDB tables.

0 commit comments

Comments
 (0)