-
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 CFN response keys: add snake_case aliases + branch_name for SC pr…
…oduct GetAtt exact key matches. The SC product template uses snake_case keys (repository_url, pull_request_url, branch_name) but Lambda was returning PascalCase (RepositoryUrl, PullRequestUrl) with no branch_name. Now returns both casings for full compatibility: - PascalCase: RepositoryUrl, PullRequestUrl, RepositoryName - snake_case: repository_url, pull_request_url, repository_name, branch_name Also fixes SC test script product name (eks-terragrunt-eks-repo-creator).
- Loading branch information
Your Name
committed
Feb 20, 2026
1 parent
34b3d66
commit 6df5e12
Showing
2 changed files
with
12 additions
and
3 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
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