JSPM

@webiny/api-headless-cms-ddb-es

5.26.0-beta.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 972
  • Score
    100M100P100Q124101F
  • License MIT

DynamoDB and Elasticsearch storage operations plugin for Headless CMS API.

Package Exports

  • @webiny/api-headless-cms-ddb-es
  • @webiny/api-headless-cms-ddb-es/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@webiny/api-headless-cms-ddb-es) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@webiny/api-headless-cms-ddb-es

code style: prettier PRs Welcome

Install

npm install --save @webiny/api-headless-cms-ddb-es

Or if you prefer yarn:

yarn add @webiny/api-headless-cms-ddb-es

Testing

To run the tests only for this package you must filter it with keywords.

Env variables

LOCAL_ELASTICSEARCH

If set, does not run Elasticsearch when starting the tests, use local one. You must install it and run if, of course.

ELASTICSEARCH_PORT

Custom port for local elasticsearch.

Command

ELASTICSEARCH_PORT=9200 LOCAL_ELASTICSEARCH=true yarn test packages/api-headless-cms --keyword=cms:ddb-es --keyword=cms:base