Model/.github/workflows
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
..
_build_image.yml epc token added 2026-05-20 15:43:41 +00:00
_deploy_lambda.yml actually deploy lambda 2026-06-23 08:46:23 +00:00
_smoke_test_lambda.yml smoke tests 2026-05-14 16:49:45 +00:00
cml.yml Update cml.yml 2023-09-05 00:08:53 +01:00
ddd_tests.yml ddd tests 2026-06-02 15:31:42 +00:00
deploy_fastapi_backend.yml ci: disable integration/deploy/protect workflows (Actions minutes) 2026-06-24 07:56:42 +00:00
deploy_terraform.yml Move zip-size checker next to the fastapi requirements it checks 2026-07-06 13:00:59 +00:00
integration_tests.yml ci: disable integration/deploy/protect workflows (Actions minutes) 2026-06-24 07:56:42 +00:00
lambda_smoke_tests.yml remove smoke tests from gh workflows 2026-06-24 11:35:30 +00:00
protect_releases.yml ci: disable integration/deploy/protect workflows (Actions minutes) 2026-06-24 07:56:42 +00:00
unit_tests.yml ci: disable unit_tests.yml workflow (Actions minutes) 2026-06-24 07:54:07 +00:00