Deploy a Go Gin Web Server on AWS
You can use this as a starting point for deploying a Go Gin server on AWS using Deployment.io.
Deployment
- Fork deployment-io/golang-gin-gonic-starter on GitHub.
- Create new Web Service on Deployment.io.
- Connect and add the forked repository.
- Select Go as the runtime.
- Input port number as 8080 since our server runs on that port. Change it according to your code.
- Input health check path as /ping . Change it according to your code.
- We autodetect the Build and Start commands using NixPacks so you can ignore them.
Your Go Gin web server will be available on your AWS ALB URL in the dashboard as soon as the build finishes.