You must first install the prerequisites below to start synthesizing and testing templates on your local machine.
- Install Java
- Install Maven
- Install Node.js
- Install and Bootstrap CDK
- Install Git
- Install AWS CLI
- Install AWS CDK
- Install AWS SAM CLI
git clone https://github.com/awslabs/real-time-vectorization-of-streaming-data
In the cdk-infra/shared
folder, run:
npm install
npm run build
In the cdk-infra/apps/real-time-vector-embedding-application/msk-to-bedrock-to-opensearch/cdk-infra
folder, run:
npm install
npm run build