Build & Deploy a Golang Lambda to AWS (using Console & Terraform) and Expose using API Gateway
Feb 20, 2023
This video is a walkthrough of process to build and deploy a GoLang Lambda to AWS. The Lambda performs a query on DynamoDB table and responds with the records. The Lambda is exposed via an API Gateway to create an API which responds with the DynamoDB records.