DEV Community

Cover image for Build & Deploy a Golang Lambda to AWS (using Console & Terraform) and Expose using API Gateway
amlan
amlan

Posted on

Build & Deploy a Golang Lambda to AWS (using Console & Terraform) and Expose using API Gateway

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.

https://youtu.be/Zui42HfEX04

Top comments (0)