-
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.
feat: Lambda delegates EKS repos to CodeBuild + terraform-eks-deployment
- app.py: add start_codebuild_build() and poll_codebuild_build() helpers - app.py: EKS deployment path (is_eks_deployment=True) now starts CodeBuild project 'eks-terragrunt-repo-creator', polls until SUCCEEDED/FAILED, and sends cfn-response accordingly; non-EKS path unchanged - deploy/main.tf: add aws_codebuild_project.eks_repo_creator resource (NO_SOURCE, uses buildspec.yml from terraform-eks-deployment) CODEBUILD_PROJECT_NAME injected into Lambda environment - deploy/variables.tf: codebuild_project_name, codebuild_role_arn, codebuild_vpc_id - deploy/terraform.tfvars: set CodeBuild project name, role ARN, VPC ID
- Loading branch information
Your Name
committed
Apr 6, 2026
1 parent
a79cee4
commit ec54b54
Showing
4 changed files
with
195 additions
and
1 deletion.
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
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
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
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