Categorygithub.com/fale/swlcs
repositorypackage
0.0.0-20231118103643-b354f9757afe
Repository: https://github.com/fale/swlcs.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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