mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-02-12 15:02:45 +00:00
ALPR Stats (#2)
* set up lambda to get total ALPR counts * show total counts on map, updated hourly
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -36,5 +36,14 @@ terraform.tfstate.d/
|
||||
.terraform/
|
||||
.terraform.lock.hcl
|
||||
terraform.tfvars
|
||||
terraform.tfstate*
|
||||
|
||||
.venv/
|
||||
|
||||
# Lambda Python Stuff
|
||||
serverless/*/lambda.zip
|
||||
serverless/*/src/*
|
||||
!serverless/*/src/alpr_counts.py
|
||||
!serverless/*/src/requirements.txt
|
||||
|
||||
# TODO: need a better way to handle python packages
|
||||
|
||||
Reference in New Issue
Block a user