{"id":18930082,"url":"https://github.com/labd/node-dynamodb-mock","last_synced_at":"2026-03-16T18:30:19.924Z","repository":{"id":186980608,"uuid":"676037211","full_name":"labd/node-dynamodb-mock","owner":"labd","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-09T05:49:42.000Z","size":196,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-31T19:29:57.248Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/labd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-08T09:38:14.000Z","updated_at":"2024-08-06T20:54:28.000Z","dependencies_parsed_at":"2023-08-08T14:29:16.683Z","dependency_job_id":"34ab3702-a842-4edb-98d8-da33d893bd85","html_url":"https://github.com/labd/node-dynamodb-mock","commit_stats":null,"previous_names":["labd/node-dynamodb-mock"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fnode-dynamodb-mock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fnode-dynamodb-mock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fnode-dynamodb-mock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/labd%2Fnode-dynamodb-mock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/labd","download_url":"https://codeload.github.com/labd/node-dynamodb-mock/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239927825,"owners_count":19719835,"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-11-08T11:36:29.694Z","updated_at":"2026-03-16T18:30:19.870Z","avatar_url":"https://github.com/labd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DynamoDB Mock\nThis is a relatively simple wrapper around\n[dynalite](https://github.com/mhart/dynalite) to make it easier to use in a test\nenvironment.\n\n[![npm](https://img.shields.io/npm/v/@labdigital/mock-dynamodb.svg)](https://www.npmjs.com/package/@labdigital/mock-dynamodb)\n\n## Usage\n```typescript\n\nimport { mockDynamoDB } from \"@labdigital/mock-dynamodb\";\n\nconst mddb = mockDynamoDB({ endpoint: \"http://localhost:4000\" });\nconst client = new DynamoDB({\n\tendpoint: \"http://localhost:4000\",\n\tregion: \"local\",\n\tcredentials: {\n\t\taccessKeyId: \"fake-x\",\n\t\tsecretAccessKey: \"fake\",\n\t},\n});\n\nmddb.reset(); // Clear all data\n\nmddb.stop(); // Stop the server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fnode-dynamodb-mock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flabd%2Fnode-dynamodb-mock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flabd%2Fnode-dynamodb-mock/lists"}