# @mizchi/dynamodb-local

> A wrapper for AWS DynamoDB Local, intended for use in testcases

Latest version **0.0.13** (published 2017-02-11) · 0 weekly downloads

## Install

```sh
npm install @mizchi/dynamodb-local
pnpm add @mizchi/dynamodb-local
yarn add @mizchi/dynamodb-local
bun add @mizchi/dynamodb-local
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.13 |
| Published | 2017-02-11 |
| First published | 2017-02-11 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 0.10.33 |
| Dependencies | 3 |
| Known vulnerabilities | 0 (+15 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 53 |
| Author | Ryan Pendergast |
| Maintainers | mizchi |

## Links

- npm: https://www.npmjs.com/package/@mizchi/dynamodb-local
- Repository: https://github.com/doapp-ryanp/dynamodb-local
- Homepage: https://github.com/doapp-ryanp/dynamodb-local#readme
- Issues: https://github.com/doapp-ryanp/dynamodb-local/issues
- npm.io page: https://npm.io/package/@mizchi/dynamodb-local

## Dependencies (3)

- [q](https://npm.io/package/q.md) ^1.4.1
- [tar](https://npm.io/package/tar.md) ^2.0.0
- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.0

## Recent versions

- 0.0.13 (latest) — 2017-02-11

## README

# dynamodb-local

A wrapper for AWS DynamoDB Local, intended for use in testcases.  Will automatically download the files needed to run DynamoDb Local. 

# Usage

`npm install dynamodb-local --save-dev`

Then in node:

```javascript
var DynamoDbLocal = require('dynamodb-local');

DynamoDbLocal.launch(dynamoLocalPort, null, ['-sharedDb']); //if you want to share with Javascript Shell
//Do your tests
DynamoDbLocal.stop(8000);
```

See [AWS DynamoDB Docs](http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.DynamoDBLocal.html) for more info on how to interact with DynamoDB Local.

---
_Source: https://npm.io/package/@mizchi/dynamodb-local · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
