@webology Thank you for this feedback, great to hear that I came up with something useful.
This is my first shot at a #CD pipeline for #golang on @awscloud and e.g. has intentionally no load-balancer because this project has no high-availability needs.
@webology @awscloud Also I chose @github Actions to drive the CD (and not CodeDeploy) because this allows me to have basically everyting thats going on in public (and reuse the knowledge I have from my other sw projects who I CI/CD on GitHub).