Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 328 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 328 Bytes

AWS Lambda Go vs. Node.js performance benchmark

  • Compile go code for Lambda
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o main main.go
  • Run load test
loadtest \
    --concurrency 5 \
    --maxRequests 1000 \
    --rps 10 \
    --keepalive \
    https://<your-id>.lambda-url.us-east-1.on.aws/