Amazon API Gateway to AWS Lambda to Amazon DynamoDB with Go and AWS SAM
API Gateway REST API → AWS Lambda → AWS DynamoDB
Deploy a REST API connected to AWS Lambda, that puts items in Amazon DynamoDB using AWS SAM.
This pattern explains how to deploy an AWS SAM application that includes an API Gateway, AWS Lambda Function, written in Go, and writes items to an Amazon DynamoDB table.