Files
ci/orchestrator/exec/go.mod
T
ozan e96c7c5bf1 feat: CI orchestrator — Lambda dispatch + Fargate routing + cancel
dispatch: receives Gitea webhook, routes by runs-on label to Fargate
  tasks (go/node/docker/godot) or Lambda executor (deploy).
  Path filter evaluation, DynamoDB run tracking, cancel via StopTask.
exec: lightweight Lambda for deploy-only jobs (S3 sync, ECS update).
SAM template: API Gateway + 2 Lambdas + DynamoDB + cleanup cron.
2026-05-22 18:47:47 +01:00

9 lines
129 B
Modula-2

module tinqs.com/tinqs/ci/orchestrator/exec
go 1.23
require (
github.com/aws/aws-lambda-go v1.47.0
gopkg.in/yaml.v3 v3.0.1
)