{"id":23421257,"url":"https://github.com/nhsdigital/nhs-aws-helpers","last_synced_at":"2025-04-09T09:41:03.826Z","repository":{"id":176437964,"uuid":"656692172","full_name":"NHSDigital/nhs-aws-helpers","owner":"NHSDigital","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-23T08:15:58.000Z","size":566,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2024-05-23T08:17:24.062Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NHSDigital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-21T12:49:42.000Z","updated_at":"2024-05-29T18:12:04.636Z","dependencies_parsed_at":null,"dependency_job_id":"eafc210a-174e-4747-b340-e0ef5096ab48","html_url":"https://github.com/NHSDigital/nhs-aws-helpers","commit_stats":null,"previous_names":["nhsdigital/nhs-aws-helpers"],"tags_count":54,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fnhs-aws-helpers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fnhs-aws-helpers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fnhs-aws-helpers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NHSDigital%2Fnhs-aws-helpers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NHSDigital","download_url":"https://codeload.github.com/NHSDigital/nhs-aws-helpers/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248016600,"owners_count":21034008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-23T02:14:35.773Z","updated_at":"2025-04-09T09:41:03.795Z","avatar_url":"https://github.com/NHSDigital.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NHS AWS Helpers\n\nsome useful boto3 utilities\n\n# quick start\n\n### contributing\ncontributors see [contributing](CONTRIBUTING.md)\n\n### installing\n```shell\npip install nhs-aws-helpers\n```\n\n## testing\n\nthe library comes with a some pytest  fixtures ... [nhs_aws_helpers/fixtures.py](nhs_aws_helpers/fixtures.py)\n\n\n```python\n# conftest.py\n# noinspection PyUnresolvedReferences\nfrom nhs_aws_helpers.fixtures import *  # noqa: F403\n\n# mytest.py\nimport pytest\nfrom mypy_boto3_dynamodb.service_resource import Table\n\n@pytest.fixture(scope=\"function\", name=\"my_temp_ddb_table\")\ndef my_temp_table_fixture() -\u003e Table:\n    yield from temp_dynamodb_table(\"my-source-table-to-clone\")\n\n\ndef my_test(my_temp_ddb_table: Table):\n    # do things with table\n    print(my_temp_ddb_table.table_name)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fnhs-aws-helpers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhsdigital%2Fnhs-aws-helpers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhsdigital%2Fnhs-aws-helpers/lists"}