UNPKG

@webiny/api-page-builder-so-ddb

Version:

The DynamoDB storage operations Webiny Page Builder API.

30 lines (20 loc) 916 B
# @webiny/api-page-builder-so-ddb [![](https://img.shields.io/npm/dw/@webiny/api-page-builder-so-ddb.svg)](https://www.npmjs.com/package/@webiny/api-page-builder-so-ddb) [![](https://img.shields.io/npm/v/@webiny/api-page-builder-so-ddb.svg)](https://www.npmjs.com/package/@webiny/api-page-builder-so-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-page-builder-so-ddb ``` Or if you prefer yarn: ``` yarn add @webiny/api-page-builder-so-ddb ``` ## Testing To run the tests only for this package you must filter it with keywords. ### Env variables ### Command ```` yarn test packages/api-page-builder --keyword=pb:ddb --keyword=pb:base ````