Go is an open-source programming language that makes it easy to build simple, reliable, and efficient software!
This lab is designed to show you how to install and setup a Go-based development environment, allowing you to compile and execute your own Go-based applications. The lab will then walk you through the process of creating a basic API in which you are shown how to use Gorilla Mux for API request routing.
Upon completion of this lab, you will be able to:
You should:
Note: This lab includes a complete solution to consult with when needed.
This lab will start with the following AWS resources provisioned automatically for you:
To achieve the lab end state, you will be walked through the process of:
November 21st, 2024 - Updated Go package, documentation and screenshot