Skip to content

testing pipelines#1

Merged
colinmxs merged 241 commits intomainfrom
actions-initial
Dec 17, 2025
Merged

testing pipelines#1
colinmxs merged 241 commits intomainfrom
actions-initial

Conversation

@colinmxs
Copy link
Copy Markdown
Contributor

@colinmxs colinmxs commented Dec 4, 2025

No description provided.

Define a new workflow triggered by workflow_dispatch.
Add a job to print "Hello World" and set necessary permissions.
Comment out previous steps for AWS credentials and CloudFormation.
- Created FrontendStack in infrastructure/lib/frontend-stack.ts to manage S3 bucket, CloudFront distribution, and optional Route53 integration.
- Updated infrastructure/bin/infrastructure.ts to instantiate FrontendStack based on configuration.
- Added CI/CD workflow in .github/workflows/frontend.yml for building, testing, and deploying the frontend application.
- Developed build, deploy, and test scripts in scripts/stack-frontend/ for managing frontend assets and deployment processes.
- Integrated SSM Parameter Store for storing and retrieving configuration values such as bucket name and distribution ID.
- Enhanced error handling and logging in scripts for better visibility during execution.
@colinmxs colinmxs changed the title Actions initial testing pipelines Dec 4, 2025
Define a new workflow triggered by workflow_dispatch.
Add a job to print "Hello World" and set necessary permissions.
Comment out previous steps for AWS credentials and CloudFormation.
- Created FrontendStack in infrastructure/lib/frontend-stack.ts to manage S3 bucket, CloudFront distribution, and optional Route53 integration.
- Updated infrastructure/bin/infrastructure.ts to instantiate FrontendStack based on configuration.
- Added CI/CD workflow in .github/workflows/frontend.yml for building, testing, and deploying the frontend application.
- Developed build, deploy, and test scripts in scripts/stack-frontend/ for managing frontend assets and deployment processes.
- Integrated SSM Parameter Store for storing and retrieving configuration values such as bucket name and distribution ID.
- Enhanced error handling and logging in scripts for better visibility during execution.
…nd consistency in stack descriptions and logging functions
…umentation

- Updated the deployment script to implement a full build/test/deploy pipeline for each stack.
- Added detailed logging, progress indicators, and time tracking for deployment steps.
- Improved user experience with an ASCII art banner and deployment summary table.
- Introduced options for skipping tests and continuing on error during deployment.
- Revised the implementation plan to reflect the new orchestration capabilities and user experience enhancements.
…onsolidate and refine the comprehensive implementation plan in THE_PLAN.md for AWS CDK multi-stack infrastructure and CI/CD setup.
@colinmxs colinmxs marked this pull request as ready for review December 17, 2025 23:46
@colinmxs colinmxs merged commit 9df0dc1 into main Dec 17, 2025
38 checks passed
colinmxs added a commit that referenced this pull request Mar 6, 2026
.0.0-beta.2)

* fix: validate aud claim instead of client_id in runtime inbound auth

* chore: bump version to 1.0.0-beta.2
@colinmxs colinmxs deleted the actions-initial branch April 8, 2026 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant