Go
Go (Golang) is a statically typed, compiled, open source programming language favored for its simplicity and speed.
Getting Started with Go AWS Lambda
A guide to creating serverless functions with Go using the AWS SDK and the AWS CLI.
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.