This project show you how to host an API server on AWS Lambda Function.
DO NOT USE IT ON PRODUCTION!!!
Online Demo
- Golang / Gofiber for backend
- SQLite for storage
- AWS / Serverless Framework for deployment
- Zig for cgo cross-compile
- Create
.env.local
file like.env.example
- To run this project locally, run this command in root directory:
go run ./cmd/server/main.go
- Install and setup Serverless Framework and AWS.
- Install Zig.
- Run this command to deploy lambda function:
make deploy