Ferrovial Crash Detection PoC
$ python3 -m venv .venv
$ source .venv/bin/activate
$ cd src
$ pip install -r requirements.txt
In Visual Studio Code, navigate to RUN AND DEBUG
and execute either Debug chunk_videos_lambda_function.py
or Debug detect_collision_lambda_function.py
(!) Note: All the resources are prefixed with the value of the variable "prefix" defined in terraform.tfvars
$ brew tap hashicorp/tap
$ brew install hashicorp/tap/terraform
$ terraform/deploy.sh
## Destroy AWS infrastructure
$ terraform/destroy.sh