Go (Golang) logo

Go

Go (Golang) is a statically typed, compiled, open source programming language favored for its simplicity and speed.

Illustration of the phrase 'Go Lambda'

Getting Started with Go AWS Lambda

A guide to creating serverless functions with Go using the AWS SDK and the AWS CLI.

Illustration of the phrase 'Validation, testing and validating input in Go'

Testing and Validating Input in Go

Data validation is a defensive strategy, which helps to ensure the data you're working with has the type and structure that you expect.