DEV Community

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

Posted on

1

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)

Billboard image

Try REST API Generation for Snowflake

DevOps for Private APIs. Automate the building, securing, and documenting of internal/private REST APIs with built-in enterprise security on bare-metal, VMs, or containers.

  • Auto-generated live APIs mapped from Snowflake database schema
  • Interactive Swagger API documentation
  • Scripting engine to customize your API
  • Built-in role-based access control

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay