This project is a simple RESTful web service implementing CRUD operations on a collection of resources using Golang. It follows a serverless architecture leveraging AWS Lambda, API Gateway, and DynamoDB.
pkg | ||
.gitignore | ||
go.mod | ||
go.sum | ||
main.go | ||
Makefile | ||
README.md | ||
test.ipynb |
🚀 aws-lambda-dynamodb
📌 Overview
This project is a simple RESTful web service implementing CRUD operations on a collection of resources using Golang. It follows a serverless architecture leveraging AWS Lambda, API Gateway, and DynamoDB.
🛠 Tech Stack
- 🦍 Golang - Backend programming language
- ☁️ AWS Lambda - Serverless compute
- 🌐 API Gateway - Routing and HTTP request handling
- 📦 DynamoDB - NoSQL database for storing resources