nzoschke / gofaas

A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
Apache License 2.0
800 stars 43 forks source link

handler -> main #24

Closed nzoschke closed 6 years ago

nzoschke commented 6 years ago

It might be a bit more idiomatic to compile the binaries to main and make main.zip. Shorter too.

nzoschke commented 6 years ago

Fixed in https://github.com/nzoschke/gofaas/pull/26