Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Latest commit

 

History

History
58 lines (41 loc) · 1.35 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.35 KB

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