Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 991 Bytes

File metadata and controls

24 lines (17 loc) · 991 Bytes

My Service

A Javabin platform service.

Getting Started

  1. Create from template: Click "Use this template" on GitHub
  2. Register your team: If not already registered, open a PR to javaBin/registry adding teams/your-team.yaml, then add this repo to your GitHub team
  3. Customize app.yaml: Set your service name, team, compute, and routing
  4. Push to main: The platform CI pipeline builds, plans, reviews, and deploys automatically

Platform Features

  • Automatic Docker build and ECR push
  • Terraform infrastructure from app.yaml (S3, DynamoDB, SQS, Secrets Manager)
  • LLM-powered plan review with risk gating
  • ECS Fargate deployment with health checks
  • CloudWatch alarms and cost monitoring

References