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