REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
34/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
35 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
# Net8Aws – .NET 8 + AWS CI/CD Pipeline (ECR + ECS Fargate)
## Run Locally
dotnet run --project src/Net8Aws
# run frontend
cd frontend
npx serve
## Docker Build & Run
docker build -t net8aws .
docker run -p 8080:80 net8aws
## AWS Deployment Flow (CI/CD)
1. Developer pushes code → GitHub / CodeCommit
2. **AWS CodePipeline** triggers automatically
3. **CodeBuild**:
- Restores .NET packages
- Builds Docker image
- Pushes updated image to **Amazon ECR**
4. **CodePipeline → ECS Deploy stage** updates ECS service
5. **ECS Fargate** launches the new container version
6. Application becomes live with zero downtime ✔
## AWS Services Used
- **Amazon ECR** – Docker image repository
- **AWS CodeBuild** – Build + Docker image creation
- **AWS CodePipeline** – Full CI/CD automation
- **Amazon ECS Fargate** – Serverless container hosting
- **CloudFormation** – Infrastructure as code (optional)
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains a C++ application that demonstrates face recognition, 3D face liveness detection (anti-spoofing) capabilities using computer vision techniques. The SDK utilizes OpenCV and dlib libraries for efficient face detection and recognition.
75/100 healthRecently updatedActive repositoryHas homepage
C++No license#age-gender-estimation#authentication#biometrics#ekyc-verification
⑂ 60 forks◯ 0 issuesUpdated 8 days ago
Project homepage ↗This repository contains a proof-of-concept exploit written in C++ that demonstrates the exploitation of a vulnerability affecting the Windows Error Reporting (WER) component.
68/100 healthRecently updatedActive repository
C++No license
⑂ 25 forks◯ 0 issuesUpdated 6 days ago