.devcontainer/Dockerfile | |
|
|
.devcontainer/devcontainer.json | |
|
|
.devcontainer/docker-compose.yaml | |
|
|
.devcontainer/my_table_create.py | 59 | A 0 mins |
|
.devcontainer/postStartCommand.sh | |
|
|
.editorconfig | |
|
|
.flake8 | |
|
|
.gitattributes | |
|
|
.github/CODEOWNERS | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE/bug-report.yaml | |
|
|
.github/ISSUE_TEMPLATE/custom.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yaml | |
|
|
.github/release.yaml | |
|
|
.github/workflows/ci.yaml | |
|
|
.github/workflows/release.yaml | |
|
|
.github/workflows/reviewdog.yaml | |
|
|
.github/workflows/stale.yaml | |
|
|
.github/workflows/test-github-package-release.yaml | |
|
|
.github/workflows/test-pypi-release.yaml | |
|
|
.gitignore | |
|
|
.vscode/cspell.json | |
|
|
.vscode/extensions.json | |
|
|
.vscode/launch.json | |
|
|
.vscode/python.code-snippets | |
|
|
.vscode/settings.json | |
|
|
Dockerfile | |
|
|
LICENSE | |
|
|
README.md | |
|
|
app/__init__.py | 0 | A 0 mins |
|
app/dynamodb/__init__.py | 5 | A 0 mins |
|
app/dynamodb/csv_export.py | 144 | C 1 day |
|
app/dynamodb/csv_import.py | 122 | C 1 day |
|
app/dynamodb/move.py | 39 | A 1 hr |
|
app/dynamodb/truncate.py | 34 | A 35 mins |
|
app/main.py | 118 | B 4 hrs |
|
config.ini.example | |
|
|
my_table.json | |
|
|
pytest.ini | |
|
|
requirements-dev.txt | |
|
|
requirements.txt | |
|
|
sample.csv | |
|
|
sample.csv.spec | |
|
|
sample_exp.csv.spec | |
|
|
sample_gsi_exp.csv.spec | |
|
|
sample_query_exp.csv.spec | |
|
|
sample_query_exp2.csv.spec | |
|
|
setup.cfg | |
|
|