Content Lake - Commons
npm install @adobe/content-lake-commons> Common library for Content Lake Backend Services
``bash`
$ npm install @adobe/content-lake-commons
See the API documentation.
`bash`
$ npm install
`bash`
$ npm test$3
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=
`
`bash`
$ npm test:integration
`bash``
$ npm run lint