sipsma / greetings-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greetings-api

A simple greeting api

Try it out!

> go run main.go
...
listening on :8080
> curl -s http://localhost:8080 | jq
{
  "greeting": "Hello"
}

Runs on ECS Fargate!

Check out the infrastructure defined under /terraform. It creates everything needed to run an api on ECS Fargate with a load balancer.

CICD with Dagger

Build the project's CI cli go build -o cicli ./ci

Testing

cicli test

This task

  • cicli push

About

License:Apache License 2.0


Languages

Language:Go 91.7%Language:HCL 8.3%