Skip to content

Commit

Permalink
Initial commit: CloudFormation Custom Resource Lambda for repository …
Browse files Browse the repository at this point in the history
…creation

- Migrated from Service Catalog EventBridge to CloudFormation Custom Resources
- Lambda creates GitHub/GitLab repositories from templates
- Supports dynamic parameter handling for any CloudFormation properties
- Includes Packer pipeline for container image builds
- Terraform deployment configuration in deploy/ directory
- Complete CloudFormation template for Service Catalog integration
- Documentation for deployment and usage
  • Loading branch information
Your Name committed Feb 4, 2026
0 parents commit 79e60a2
Show file tree
Hide file tree
Showing 102 changed files with 11,112 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Packer pipeline zip files
template-automation-lambda-builder.zip
# Packer pipeline zip files
service-catalog-repo-generator-builder.zip
Loading

0 comments on commit 79e60a2

Please sign in to comment.