knoebber / golamb / 05809db vs. 065c6db

Compare Hashes


echo "Building Lambda function $function"
GOOS=linux go build
CGO_ENABLED=0 GOOS=linux go build

echo "Zipping Lambda function $function"
zip "$function.zip" "./$function"