-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lambda): make EKS fields required; remove is_eks_deployment dead …
…branch The Lambda is EKS-only by design — the is_eks_deployment false-branch only ever raised a ValueError with no alternative path. Remove it in favour of Pydantic required fields, which surface missing fields with precise error messages at validation time. Required fields (was Optional): cluster_name, environment, aws_region, account_name, aws_account_id, environment_abbr, vpc_name, vpc_domain_name. Also simplifies start_codebuild_build() — 'or ""' fallbacks on required fields are no longer needed.
- Loading branch information
Dave Arnold
committed
Apr 21, 2026
1 parent
e6547ed
commit ff2a6b5
Showing
1 changed file
with
26 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters