Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 933 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 933 Bytes

Code style ruff

DC Data Baker

Orchestration for writing files to s3 to power our APIs

What this makes

(Update this graph by running python make_graph.png)

Install

Python dependencies

This project uses uv to manage python packages. Install uv first if you don't already have it. Then

uv sync

Commit hooks

pre-commit install

Javascript dependencies

We're using CDK so you need the cdk tooling.

Probably best to use nvm to manage npm to manage installing libraries.

Then

nvm use --lts
npm install

CDK Setup

AWS_PROFILE=dev-aggregatorapi-dc DC_ENVIRONMENT=development cdk bootstrap
AWS_PROFILE=dev-aggregatorapi-dc DC_ENVIRONMENT=development cdk synth