Commit graph

16 commits

Author SHA1 Message Date
Jun-te Kim
d5f1c61689 Move zip-size checker next to the fastapi requirements it checks
Relocate scripts/check_lambda_zip_size.py to
backend/app/requirements/, right beside the requirements.txt it's
built to measure, since it's specific to the fastapi lambda rather
than a generic repo script.

While moving it, also make the excludes list self-updating: the
script now reads zip_excludes straight out of
deployment/terraform/modules/lambda_with_api_gateway/variables.tf
by default instead of duplicating it as CLI flags, so the CI check
and the actual Terraform packaging can't drift apart. requirements.txt
defaults to the sibling file too, so both the CI step and local runs
now collapse to a bare `check_lambda_zip_size.py` invocation.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-06 13:00:59 +00:00
Jun-te Kim
27b5602608 remove pandas 2026-05-13 15:08:06 +00:00
Khalim Conn-Kowlessar
a1b207ba55 bolstering testing 2026-04-28 13:46:09 +00:00
68a95d0296 merged peters code 2026-02-05 17:46:23 +00:00
d5f4799675 added seperate devcontainer so i can SAL and backend work 2026-01-28 14:24:29 +00:00
1acf4f4d6a peabody 2026-01-27 18:52:51 +00:00
d5c9fd9390 its working the way khalim wanted wiht postcode and then search that 2026-01-22 15:17:13 +00:00
e73046b37b more minimal 2025-11-14 16:46:55 +00:00
a7dd4b636f we like minimal 2025-11-14 16:42:18 +00:00
30b7370ede tag numpy 2025-11-14 16:32:12 +00:00
5ab4d5a6d8 add my code to main 2025-11-14 13:36:09 +00:00
Khalim Conn-Kowlessar
3e13b37086 adding pytz to requirements 2025-07-22 18:22:23 +01:00
Khalim Conn-Kowlessar
8c5bd19992 adding sheet count 2025-07-22 18:02:56 +01:00
Khalim Conn-Kowlessar
9f46b23b72 added testing automation with tox and added new test to handle error case when fetching address from epc registry 2025-05-14 15:34:12 +01:00
Khalim Conn-Kowlessar
7eb964d6fc reduced the size of the fastapi requirements 2025-04-16 18:19:13 +01:00
Khalim Conn-Kowlessar
f4fc50680b moved files 2025-04-16 17:20:31 +01:00