This article describes a modular monolithic architecture in Go for deployment on AWS Lambda. The gist of the structure is to write a monolithic codebase and then package / deploy different entry points into the monolith as their own Lambda.
This is an alternative to a billion different tiny projects with spaghetti copypasta all over the place.
This is an alternative to a billion different tiny projects with spaghetti copypasta all over the place.