

AWS SDK for Go V1 has reached end-of-support. We recommend that you migrate to [AWS SDK for Go V2](https://docs.aws.amazon.com/sdk-for-go/v2/developer-guide/). For additional details and information on how to migrate, please refer to this [announcement](https://aws.amazon.com/blogs//developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/).

# AWS Lambda Examples Using the AWS SDK for Go
<a name="using-lambda-with-go-sdk"></a>

AWS Lambda (Lambda) is a zero-administration compute platform for backend web developers that runs your code for you in the AWS Cloud, and provides you with a fine-grained pricing structure. You can use the following examples to access AWS Lambda (Lambda) using the AWS SDK for Go. For more information about Lambda, see the [Lambda documentation](https://aws.amazon.com/documentation/lambda/).

You can download complete versions of these example files from the [aws-doc-sdk-examples](https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/go/example_code/lambda) repository on GitHub.

**Topics**
+ [Displaying Information about All Lambda Functions](lambda-go-example-show-functions.md)
+ [Creating a Lambda Function](lambda-go-example-create-function.md)
+ [Running a Lambda Function](lambda-go-example-run-function.md)
+ [Configuring a Lambda Function to Receive Notifications](lambda-go-example-configure-function-for-notification.md)