Skip to content

A library containing shared functionality across content lake repos

License

Notifications You must be signed in to change notification settings

adobe/content-lake-commons

Content Lake - Commons

Common library for Content Lake Backend Services

Status

codecov CircleCI GitHub license GitHub issues semantic-release

Installation

$ npm install @adobe/content-lake-commons

Usage

See the API documentation.

Development

Build

$ npm install

Test

$ npm test

Integration Tests

The Integration Tests require the following environment variables which can be supplied in a .env file:

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_REGION=
QUEUE_URL=

ALGOLIA_APP_NAME=
ALGOLIA_API_KEY=
ALGOLIA_CI_INDEX=
$ npm test:integration

Lint

$ npm run lint