Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.16 KB

File metadata and controls

33 lines (26 loc) · 1.16 KB

Installation

Prerequisites

You must first install the prerequisites below to start synthesizing and testing templates on your local machine.

Clone this repository

git clone https://github.com/awslabs/real-time-vectorization-of-streaming-data

Install/Update npm packages associated with CDK

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