Serverless-golang simple HTTP endpoint example
Two independent HTTP GET endpoints (/hello and /world) implemented as separate Go Lambda
functions.
Build & Deploy
Requires Go 1.25+. Functions are compiled to provided.al2023 (arm64) custom-runtime bootstraps.
make build
serverless deploy