Learn how to run Go REST APIs as Lambda functions using the AWS Lambda Go API Proxy. — The Go programming language has always had rich support for building REST APIs. This includes an excellent standard library (net/http) along with many popular packages such as gorilla mux, Gin, negroni, echo, fiber etc. Thanks to the AWS Lambda Go runtime, you can use Go to build AWS Lambda functions…