Building a Serverless REST API with Go, AWS Lambda, and API Gateway
Feb 3, 2023 · 6 min read · Today we'll be making a REST API using Go Fiber. The API returns dummy data for different entities like users, posts, employees, etc., that can be used for development and testing purposes. Prerequisites: Go installed on your system AWS account S...
Join discussion