aws-annoying 0.8.1__tar.gz → 0.8.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.devcontainer/devcontainer.json +1 -1
  2. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.github/workflows/ci.yaml +9 -14
  3. aws_annoying-0.8.2/.github/workflows/prepare-release.yaml +51 -0
  4. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.github/workflows/release.yaml +21 -16
  5. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/PKG-INFO +2 -3
  6. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/README.md +1 -2
  7. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/pyproject.toml +1 -1
  8. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/uv.lock +137 -119
  9. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.devcontainer/.env.example +0 -0
  10. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.devcontainer/Dockerfile +0 -0
  11. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.devcontainer/docker-compose.devcontainer.yaml +0 -0
  12. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.devcontainer/onCreateCommand.sh +0 -0
  13. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.devcontainer/postAttachCommand.sh +0 -0
  14. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.editorconfig +0 -0
  15. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.gitattributes +0 -0
  16. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.github/dependabot.yaml +0 -0
  17. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.gitignore +0 -0
  18. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.pre-commit-config.yaml +0 -0
  19. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.python-version +0 -0
  20. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.vscode/extensions.json +0 -0
  21. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.vscode/launch.json +0 -0
  22. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/.vscode/settings.json +0 -0
  23. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/LICENSE +0 -0
  24. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/Makefile +0 -0
  25. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/__init__.py +0 -0
  26. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/__init__.py +0 -0
  27. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/app.py +0 -0
  28. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/ecs/__init__.py +0 -0
  29. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/ecs/_app.py +0 -0
  30. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/ecs/task_definition_lifecycle.py +0 -0
  31. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/ecs/wait_for_deployment.py +0 -0
  32. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/load_variables.py +0 -0
  33. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/logging_handler.py +0 -0
  34. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/main.py +0 -0
  35. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/mfa/__init__.py +0 -0
  36. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/mfa/_app.py +0 -0
  37. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/mfa/configure.py +0 -0
  38. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/session_manager/__init__.py +0 -0
  39. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/session_manager/_app.py +0 -0
  40. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/session_manager/_common.py +0 -0
  41. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/session_manager/install.py +0 -0
  42. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/session_manager/port_forward.py +0 -0
  43. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/session_manager/start.py +0 -0
  44. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/cli/session_manager/stop.py +0 -0
  45. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/ecs/__init__.py +0 -0
  46. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/ecs/check.py +0 -0
  47. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/ecs/common.py +0 -0
  48. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/ecs/errors.py +0 -0
  49. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/ecs/wait_for.py +0 -0
  50. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/mfa_config.py +0 -0
  51. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/session_manager/__init__.py +0 -0
  52. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/session_manager/errors.py +0 -0
  53. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/session_manager/session_manager.py +0 -0
  54. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/session_manager/shortcuts.py +0 -0
  55. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/utils/__init__.py +0 -0
  56. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/utils/debugger.py +0 -0
  57. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/utils/downloader.py +0 -0
  58. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/utils/ec2.py +0 -0
  59. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/utils/platform.py +0 -0
  60. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/utils/timeout.py +0 -0
  61. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/aws_annoying/variable_loader.py +0 -0
  62. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/console/ecs-exec/README.md +0 -0
  63. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/console/ecs-exec/ecs-console.png +0 -0
  64. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/console/ecs-exec/ecs-exec.user.js +0 -0
  65. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/console/ecs-exec/session-manager.png +0 -0
  66. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/examples/dbeaver/README.md +0 -0
  67. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/examples/dbeaver/after-disconnect.png +0 -0
  68. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/examples/dbeaver/before-connect.png +0 -0
  69. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/examples/dbeaver/new-connection.png +0 -0
  70. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/examples/dbeaver/test-connection.png +0 -0
  71. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/__init__.py +0 -0
  72. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/_helpers.py +0 -0
  73. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/__init__.py +0 -0
  74. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/_helpers/__init__.py +0 -0
  75. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/_helpers/boto3.py +0 -0
  76. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/_helpers/command_builder.py +0 -0
  77. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/_helpers/invoke.py +0 -0
  78. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/_helpers/scripts/printenv.py +0 -0
  79. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/_helpers/string_.py +0 -0
  80. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/ecs/__init__.py +0 -0
  81. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/ecs/snapshots/test_task_definition_lifecycle/test_basic/stdout.txt +0 -0
  82. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/ecs/snapshots/test_task_definition_lifecycle/test_delete/stdout.txt +0 -0
  83. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/ecs/snapshots/test_task_definition_lifecycle/test_dry_run/stdout.txt +0 -0
  84. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/ecs/test_task_definition_lifecycle.py +0 -0
  85. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/ecs/test_wait_for_deployment.py +0 -0
  86. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/__init__.py +0 -0
  87. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/snapshots/test_configure/test_basic/persist/aws_config.ini +0 -0
  88. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/snapshots/test_configure/test_basic/persist/stdout.txt +0 -0
  89. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/snapshots/test_configure/test_basic/skip_persist/stdout.txt +0 -0
  90. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/snapshots/test_configure/test_dry_run/stdout.txt +0 -0
  91. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/snapshots/test_configure/test_load_existing_config/aws_config.ini +0 -0
  92. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/snapshots/test_configure/test_load_existing_config/stdout.txt +0 -0
  93. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/mfa/test_configure.py +0 -0
  94. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/session_manager/__init__.py +0 -0
  95. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/session_manager/test_install.py +0 -0
  96. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/session_manager/test_port_forward.py +0 -0
  97. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/session_manager/test_start.py +0 -0
  98. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/session_manager/test_stop.py +0 -0
  99. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/snapshots/test_load_variables/test_basic/stdout.txt +0 -0
  100. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/snapshots/test_load_variables/test_env_prefix/stdout.txt +0 -0
  101. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/snapshots/test_load_variables/test_nothing/stdout.txt +0 -0
  102. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/snapshots/test_load_variables/test_overwrite_env/stdout.txt +0 -0
  103. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/snapshots/test_load_variables/test_replace_quiet/stdout.txt +0 -0
  104. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/snapshots/test_load_variables/test_resource_not_found/ssm/stdout.txt +0 -0
  105. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/snapshots/test_load_variables/test_unsupported_resource/stdout.txt +0 -0
  106. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/test_app.py +0 -0
  107. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/test_load_variables.py +0 -0
  108. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/test_logging_handler.py +0 -0
  109. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/cli/test_main.py +0 -0
  110. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/conftest.py +0 -0
  111. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/ecs/__init__.py +0 -0
  112. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/ecs/test_check.py +0 -0
  113. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/ecs/test_common.py +0 -0
  114. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/ecs/test_errors.py +0 -0
  115. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/ecs/test_wait_for.py +0 -0
  116. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/session_manager/__init__.py +0 -0
  117. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/session_manager/test_errors.py +0 -0
  118. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/session_manager/test_session_manager.py +0 -0
  119. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/session_manager/test_shortcuts.py +0 -0
  120. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/test_mfa_config.py +0 -0
  121. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/test_variable_loader.py +0 -0
  122. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/utils/__init__.py +0 -0
  123. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/utils/test_downloader.py +0 -0
  124. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/utils/test_ec2.py +0 -0
  125. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/utils/test_platform.py +0 -0
  126. {aws_annoying-0.8.1 → aws_annoying-0.8.2}/tests/utils/test_timeout.py +0 -0
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "lasuillard/aws-annoying",
2
+ "name": "lasuillard-s/aws-annoying",
3
3
  "dockerComposeFile": [
4
4
  "./docker-compose.devcontainer.yaml"
5
5
  ],
@@ -6,21 +6,18 @@ on:
6
6
  pull_request:
7
7
  branches: [main]
8
8
 
9
- permissions: read-all
10
-
11
9
  env:
12
10
  UV_FROZEN: 1
13
11
 
14
12
  jobs:
15
13
  lint:
16
- name: Lint
17
14
  runs-on: ubuntu-latest
15
+ timeout-minutes: 5
16
+ permissions:
17
+ contents: read
18
18
  steps:
19
- - name: Checkout
20
- uses: actions/checkout@v5
21
-
22
- - name: Set up uv
23
- uses: astral-sh/setup-uv@v6
19
+ - uses: actions/checkout@v5
20
+ - uses: astral-sh/setup-uv@v7
24
21
  with:
25
22
  version: latest
26
23
  enable-cache: true
@@ -36,8 +33,9 @@ jobs:
36
33
  if: always()
37
34
 
38
35
  test:
39
- name: Test (${{ matrix.os }}, Python ${{ matrix.python-version }})
36
+ name: test (${{ matrix.os }}, py${{ matrix.python-version }})
40
37
  runs-on: ${{ matrix.os }}
38
+ timeout-minutes: 10
41
39
  permissions:
42
40
  contents: read
43
41
  id-token: write
@@ -48,11 +46,8 @@ jobs:
48
46
  python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
49
47
 
50
48
  steps:
51
- - name: Checkout
52
- uses: actions/checkout@v5
53
-
54
- - name: Set up uv
55
- uses: astral-sh/setup-uv@v6
49
+ - uses: actions/checkout@v5
50
+ - uses: astral-sh/setup-uv@v7
56
51
  with:
57
52
  version: latest
58
53
  enable-cache: true
@@ -0,0 +1,51 @@
1
+ name: Prepare Release
2
+
3
+ on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ tag:
7
+ description: Semver-style tag for release (e.g., v1.0.0)
8
+ required: true
9
+
10
+ jobs:
11
+ create-pr:
12
+ runs-on: ubuntu-latest
13
+ timeout-minutes: 5
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
+ steps:
18
+ - name: Check tag format
19
+ run: |
20
+ if [[ ! "${{ inputs.tag }}" =~ ^v ]]; then
21
+ echo "Tag must start with 'v'"
22
+ exit 1
23
+ fi
24
+
25
+ - uses: actions/checkout@v5
26
+ - uses: astral-sh/setup-uv@v7
27
+ with:
28
+ version: latest
29
+ enable-cache: true
30
+
31
+ - name: Set version
32
+ run: |
33
+ tag="${{ inputs.tag }}"
34
+ tag_no_v="${tag#v}"
35
+ uv version "${tag#v}"
36
+
37
+ - name: Generate GitHub App token
38
+ uses: actions/create-github-app-token@v2
39
+ id: generate-token
40
+ with:
41
+ app-id: ${{ vars.GH_APP_ID }}
42
+ private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
43
+
44
+ - name: Create pull request
45
+ uses: peter-evans/create-pull-request@v7.0.8
46
+ with:
47
+ token: ${{ steps.generate-token.outputs.token }}
48
+ sign-commits: true
49
+ title: Release ${{ inputs.tag }}
50
+ branch: release/${{ inputs.tag }}
51
+ delete-branch: true
@@ -1,24 +1,21 @@
1
1
  name: Release
2
2
 
3
3
  on:
4
- push:
5
- tags: [v*]
4
+ release:
5
+ types: [published]
6
6
 
7
7
  env:
8
8
  UV_FROZEN: 1
9
9
 
10
10
  jobs:
11
11
  release:
12
- name: Release
13
12
  runs-on: ubuntu-latest
13
+ timeout-minutes: 5
14
14
  permissions:
15
15
  contents: write
16
16
  steps:
17
- - name: Checkout
18
- uses: actions/checkout@v5
19
-
20
- - name: Set up uv
21
- uses: astral-sh/setup-uv@v6
17
+ - uses: actions/checkout@v5
18
+ - uses: astral-sh/setup-uv@v7
22
19
  with:
23
20
  version: latest
24
21
  enable-cache: true
@@ -30,31 +27,39 @@ jobs:
30
27
  run: uv build
31
28
 
32
29
  - name: Create release
33
- uses: softprops/action-gh-release@v2
30
+ uses: softprops/action-gh-release@v2.4.1
34
31
  with:
32
+ tag_name: ${{ github.event.release.tag_name }}
35
33
  generate_release_notes: true
36
34
  files: dist/*
37
35
 
36
+ - name: Show files
37
+ run: ls -l --all --recursive dist
38
+
38
39
  - name: Upload release distributions
39
- uses: actions/upload-artifact@v4
40
+ uses: actions/upload-artifact@v5
40
41
  with:
41
42
  name: release-dists
42
43
  path: dist/
43
44
 
44
45
  publish-pypi:
45
- name: Publish to PyPI
46
+ needs: release
46
47
  runs-on: ubuntu-latest
47
- needs:
48
- - release
48
+ environment: pypi
49
+ timeout-minutes: 5
49
50
  permissions:
50
51
  id-token: write
51
- environment: pypi
52
52
  steps:
53
- - name: Retrieve release distributions
54
- uses: actions/download-artifact@v5
53
+ - name: Download release distributions
54
+ uses: actions/download-artifact@v6
55
55
  with:
56
56
  name: release-dists
57
57
  path: dist/
58
58
 
59
+ - name: Show artifacts
60
+ run: ls -l --all --recursive dist
61
+
59
62
  - name: Publish release distributions to PyPI
60
63
  uses: pypa/gh-action-pypi-publish@release/v1
64
+ with:
65
+ skip-existing: true
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aws-annoying
3
- Version: 0.8.1
3
+ Version: 0.8.2
4
4
  Summary: Utils to handle some annoying AWS tasks.
5
5
  Project-URL: Homepage, https://github.com/lasuillard/aws-annoying
6
6
  Project-URL: Repository, https://github.com/lasuillard/aws-annoying.git
@@ -19,8 +19,7 @@ Description-Content-Type: text/markdown
19
19
  # aws-annoying
20
20
 
21
21
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
22
- [![CI](https://github.com/lasuillard/aws-annoying/actions/workflows/ci.yaml/badge.svg)](https://github.com/lasuillard/aws-annoying/actions/workflows/ci.yaml)
23
- [![codecov](https://codecov.io/gh/lasuillard/aws-annoying/graph/badge.svg?token=gbcHMVVz2k)](https://codecov.io/gh/lasuillard/aws-annoying)
22
+ [![codecov](https://codecov.io/gh/lasuillard-s/aws-annoying/graph/badge.svg?token=gbcHMVVz2k)](https://codecov.io/gh/lasuillard-s/aws-annoying)
24
23
  [![PyPI - Version](https://img.shields.io/pypi/v/aws-annoying)](https://pypi.org/project/aws-annoying/)
25
24
 
26
25
  Utils to handle some annoying AWS tasks.
@@ -1,8 +1,7 @@
1
1
  # aws-annoying
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
- [![CI](https://github.com/lasuillard/aws-annoying/actions/workflows/ci.yaml/badge.svg)](https://github.com/lasuillard/aws-annoying/actions/workflows/ci.yaml)
5
- [![codecov](https://codecov.io/gh/lasuillard/aws-annoying/graph/badge.svg?token=gbcHMVVz2k)](https://codecov.io/gh/lasuillard/aws-annoying)
4
+ [![codecov](https://codecov.io/gh/lasuillard-s/aws-annoying/graph/badge.svg?token=gbcHMVVz2k)](https://codecov.io/gh/lasuillard-s/aws-annoying)
6
5
  [![PyPI - Version](https://img.shields.io/pypi/v/aws-annoying)](https://pypi.org/project/aws-annoying/)
7
6
 
8
7
  Utils to handle some annoying AWS tasks.
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "aws-annoying"
3
3
  description = "Utils to handle some annoying AWS tasks."
4
- version = "0.8.1"
4
+ version = "0.8.2"
5
5
  authors = [{ name = "Yuchan Lee", email = "lasuillard@gmail.com" }]
6
6
  readme = "README.md"
7
7
  license = "MIT"