UNPKG

@webiny/api-headless-cms-ddb

Version:

DynamoDB storage operations plugin for Headless CMS API.

25 lines (19 loc) 875 B
# @webiny/api-headless-cms-ddb [![](https://img.shields.io/npm/dw/@webiny/api-headless-cms-ddb.svg)](https://www.npmjs.com/package/@webiny/api-headless-cms-ddb) [![](https://img.shields.io/npm/v/@webiny/api-headless-cms-ddb.svg)](https://www.npmjs.com/package/@webiny/api-headless-cms-ddb) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ## Install ``` npm install --save @webiny/api-headless-cms-ddb ``` Or if you prefer yarn: ``` yarn add @webiny/api-headless-cms-ddb ``` ## Testing To run the tests only for this package you must filter it with keywords. ### Command ```` yarn test packages/api-headless-cms --keyword=cms:ddb --keyword=cms:base ````