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

Project organization and testing #53

Closed nzoschke closed 6 years ago

nzoschke commented 6 years ago

Closes #48.

I experimented with making sub-packages for go, i.e. pkg/user and pkg/aws but it didn't feel right.