@adobe/content-lake-commons
v1.10.43
Published
Content Lake - Commons
Downloads
201
Maintainers
Keywords
Readme
Content Lake - Commons
Common library for Content Lake Backend Services
Status
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