Skip to content

Commit 99a32aa

Browse files
authored
chore(python): restructure legacy migration examples (#1956)
1 parent 45377c9 commit 99a32aa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+36
-51
lines changed

.github/workflows/ci_examples_python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
run: |
9595
# Run simple examples
9696
tox -e dynamodbencryption
97-
# Run migration examples
98-
tox -e migration
97+
# Run legacy migration examples
98+
tox -e legacymigration

Examples/runtimes/python/Migration/__init__.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/__init__.py

File renamed without changes.

Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/README.md renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/README.md

Examples/runtimes/python/Migration/src/__init__.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/__init__.py

File renamed without changes.

Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/__init__.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/awsdbe/__init__.py

File renamed without changes.

Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/awsdbe/__init__.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/awsdbe/client/__init__.py

File renamed without changes.

Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/awsdbe/client/common.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/awsdbe/client/common.py

File renamed without changes.

Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/awsdbe/client/migration_step_1.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/awsdbe/client/migration_step_1.py

File renamed without changes.

Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/awsdbe/client/migration_step_2.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/awsdbe/client/migration_step_2.py

File renamed without changes.

Examples/runtimes/python/Migration/src/ddbec_to_awsdbe/awsdbe/client/migration_step_3.py renamed to Examples/runtimes/python/Migration/ddbec_to_awsdbe/src/awsdbe/client/migration_step_3.py

File renamed without changes.

0 commit comments

Comments
 (0)