Kinesis Dpi microservice
npm install openair-dpi-kinesis - Make sure to set up an AWS profile for your credentials in your .env file with the following at the root of the project.
``sh`
AWS_PROFILE='kinesis'
AWS_REGION='region'
AWS_KINESIS_STREAM='streamName'
`
- Also configure the credentials in your local environment:
sh`
[kinesis]
aws_access_key_id = SOME_KEY_ID
aws_secret_access_key = SOME_SUPER_SECRET_ACCESS_KEY
> To learn how to create profiles see Using Profiles with the AWS CLI
sh
npm run eureka
`
$3
`sh
npm run local
`$3
`sh
npm run cover
``#### 1.1.0
Stream-sourced documents now populate tenant databases (Mongo connection declared in env vars).
#### 1.0.0
Initial project structure, including Kinesis stream connection and document recovery.