Skip to content

Lambdas

Chelsea edited this page Nov 25, 2023 · 4 revisions

Home > Development > Running the Project > Lambdas


Lambdas

This application is consists of several lambdas which are connected together through various triggers on AWS in production. To run and test the individual lambdas locally you can run the following commands.

Migrate

make migrations-run

Seed

make migrations-seed

Parse

make parse

Reconcile

  • Edit the apps/backend/fixtures/reconcile.json file to specify config
make reconcile

Alert

make alert

Report

  • Edit the apps/backend/fixtures/report.json file to specify config
make report

Automation Flow

Clone this wiki locally