My Profile Photo
name := "Graham Beer"

`Cloud Engineer with his head in the AWS clouds, authored chapters in the PowerShell Conference Book 1 & 2 and currently learning and enjoying Go


PowerShell Conf Book Planet PowerShell Top 50 PowerShell

Writing an AWS Lambda function using Go (Golang)

In my last article, titled “What is serverless computing? An introduction to AWS Lambda,” we took a detailed look at what serverless computing does. Taking the next step, we will create a working example in AWS Lambda using the Go programming language (often referred to as Golang).

For the example, we will create a Lambda function that takes an array of EC2 instance IDs and returns their current status. The Lambda function will be written using AWS SDK for Go V2.

4sysops article continues here…