/swlcs

Leverage AWS Lambda and GitHub to manage comments in static websites

Primary LanguageGoGNU Affero General Public License v3.0AGPL-3.0

Static Website Lambda Commenting System

Go Report Card Build Status

Build for AWS Lambda

GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build -tags lambda.norpc -o bootstrap main.go && rm -f function.zip && zip function.zip bootstrap