File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Examples/runtimes/python/Migration/plaintext_to_awsdbe/src/plaintext Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
In Step 0, your system is in the starting state using plaintext DynamoDB operations:
4
4
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
8
8
9
9
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 .
11
11
12
12
When operating in this state, your system has no client-side encryption in place,
13
13
and all data is stored in plaintext in your DynamoDB tables.
You can’t perform that action at this time.
0 commit comments