Modular Monolith: Go on Lambda with API Gateway and AWS Sam
leonardqmarcq.comThis 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.