A simple greeting api
> go run main.go
...
listening on :8080
> curl -s http://localhost:8080 | jq
{
"greeting": "Hello"
}
Check out the infrastructure defined under /terraform. It creates everything needed to run an api on ECS Fargate with a load balancer.
go run ci/main.go test
go run ci/main.go push