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.
Go to file
2025-02-16 22:42:13 +01:00
pkg minor fix 2025-02-16 22:29:34 +01:00
.gitignore init 2025-02-16 13:39:37 +01:00
go.mod saving post to dynamo 2025-02-16 15:27:06 +01:00
go.sum saving post to dynamo 2025-02-16 15:27:06 +01:00
main.go saving post to dynamo 2025-02-16 15:27:06 +01:00
Makefile init 2025-02-16 13:39:37 +01:00
README.md Update README.md 2025-02-16 22:42:13 +01:00
test.ipynb execution count fix 2025-02-16 22:35:55 +01:00

🚀 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.

image

🛠 Tech Stack

  • 🦍 Golang - Backend programming language
  • ☁️ AWS Lambda - Serverless compute
  • 🌐 API Gateway - Routing and HTTP request handling
  • 📦 DynamoDB - NoSQL database for storing resources