Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
425 changes: 181 additions & 244 deletions .github/workflows/ci-cd.yml

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ A robust payment transaction simulator designed to test and demonstrate payment
- **Database**: Supabase
- **Build Tool**: Vite
- **Backend**: Express.js with Apollo Server (TypeScript)
- **Deployment**: Render
- **Deployment**: AWS (Terraform + GitHub Actions)
- **Containerization**: Docker

---
Expand Down Expand Up @@ -203,8 +203,10 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
## 📊 **Infrastructure and Deployment**

### **Production Environment**
- **Frontend Hosting**: Render
- **Backend Hosting**: Render
- **Frontend Hosting**: Amazon S3 static website
- **Backend Hosting**: AWS Lambda behind API Gateway
- **Infrastructure as Code**: Terraform
- **CI/CD**: GitHub Actions (manual approval + smoke tests)
- **Database**: Supabase

### **Environment Variables**
Expand Down
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Resources:
TargetVersion: "2"
Hooks:
- BeforeAllowTraffic: "TransactionSimulatorAPIPreTrafficHook"
- AfterAllowTraffic: "TransactionSimulatorAPIPostTrafficHook"
- AfterAllowTraffic: "TransactionSimulatorAPIPostTrafficHook"
10 changes: 0 additions & 10 deletions buildspec-create-lambda-s3-bucket.yml

This file was deleted.

34 changes: 0 additions & 34 deletions buildspec-frontend-build.yml

This file was deleted.

61 changes: 0 additions & 61 deletions buildspec-lambda-canary-deployment.yml

This file was deleted.

59 changes: 0 additions & 59 deletions buildspec-lambda-package.yml

This file was deleted.

42 changes: 0 additions & 42 deletions buildspec-smoke-tests.yml

This file was deleted.

88 changes: 0 additions & 88 deletions buildspec-static-analysis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions buildspec-terraform-apply.yml

This file was deleted.

Loading