Skip to content

sudo-suhas/go-beanstalk-gin

Repository files navigation

go-beanstalk-gin

A demo webapp using Go, gin and Elastic Beanstalk.

This project demonstrates the deployment of a simple webapp built using gin to Elastic Beanstalk. Dependencies are managed using dep.

This tutorial should be usable on Windows and *nix. Most of the tools, like the Go tool and EB CLI are cross platform compatible. For some of the commands which aren't available on Windows, alternate commands have been included. I successfully tested it on Windows 10 and Ubuntu.

Docs

The steps have been divided and documented in the following stages:

  1. Create gin webapp
  2. Deploy to Elastic Beanstalk

License

MIT © Suhas Karanth