NHS AWS Helpers
some useful boto3 utilities
quick start
contributing
contributors see contributing
installing
pip install nhs-aws-helpers
testing
the library comes with a some pytest fixtures ... nhs_aws_helpers/fixtures.py
# conftest.py
# noinspection PyUnresolvedReferences
from nhs_aws_helpers.fixtures import * # noqa: F403
# mytest.py
import pytest
from mypy_boto3_dynamodb.service_resource import Table
@pytest.fixture(scope="function", name="my_temp_ddb_table")
def my_temp_table_fixture() -> Table:
yield from temp_dynamodb_table("my-source-table-to-clone")
def my_test(my_temp_ddb_table: Table):
# do things with table
print(my_temp_ddb_table.table_name)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nhs_aws_helpers-0.8.31.tar.gz
(40.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nhs_aws_helpers-0.8.31.tar.gz.
File metadata
- Download URL: nhs_aws_helpers-0.8.31.tar.gz
- Upload date:
- Size: 40.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.1.4 CPython/3.12.3 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53d4d5c0db76d052318ec532c1a65fce3092ec732dba61e79ae8952032c174b0
|
|
| MD5 |
9304fc139c14508bd5ce7409994f6329
|
|
| BLAKE2b-256 |
a8886d73d7d42e7f8867554e63c5fbdf1ed2f0aefb0011e43246f90cd6041113
|
File details
Details for the file nhs_aws_helpers-0.8.31-py3-none-any.whl.
File metadata
- Download URL: nhs_aws_helpers-0.8.31-py3-none-any.whl
- Upload date:
- Size: 31.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
poetry/2.1.4 CPython/3.12.3 Linux/6.17.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53503373e916c67d772923c3ae373d9d9e2f67108eac07e7e9a7e8059a953318
|
|
| MD5 |
34391cde9f1b522296a419f55b3fbc2a
|
|
| BLAKE2b-256 |
a44c83c8a89fa1792c4833a3d040da649ba31ed2382591f79b16be421b23282a
|