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

zip all handler files #29

Closed nzoschke closed 6 years ago

nzoschke commented 6 years ago

It is useful to add additional files into the .zip package, like binaries and libraries. So might as well zip of everything in the handler directory.

$ ls handlers/postgrest/
libpq.so.5 main       main.go    main.zip   postgrest