e96c7c5bf1
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.
9 lines
129 B
Modula-2
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
|
|
)
|