update readmes

This commit is contained in:
Will Freeman
2024-11-30 17:06:07 -07:00
parent f3966fede2
commit 050c9a8f8c
4 changed files with 20 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# ALPR Counts
Counts total ALPRs reported in the OSM database, hourly. OSM's Overpass API is used to query for counts of all ALPRs and ALPRs in the United States. The counts are stored in a JSON file in an S3 bucket.
## Deploying
This Lambda uses a zip file, so from the `/terraform` directory, you can run `terraform apply` after making changes, and it should detect the changes, rebuild the zip, and update the Lambda's function code.