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 22
33In 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
99This 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
1212When operating in this state, your system has no client-side encryption in place,
1313and all data is stored in plaintext in your DynamoDB tables.
You can’t perform that action at this time.
0 commit comments