Automates FOIA requests to Chicago's COPA (Civilian Office of Police Accountability) dependent on their complaint database.
Command | Description |
---|---|
yarn clean |
removes built artifacts |
yarn lint |
lints the codebase |
yarn format |
formats the codebase |
yarn backend:build |
compiles the backend js |
yarn infra:deploy |
deploys the Foier stack to the environment's default aws account |
yarn deploy |
cleans, builds the backend, and deploys the infra |
awscurl --service execute-api \ |
curl the apig endpoint with sigv4 auth |
bin
contains the only "executable",app.ts
, that's used for deploying the infrastructurelib
contains resources used byapp.ts
src
contains the backend source (hosted on aws lambda)