Hacker News new | ask | show | jobs
Modular Monolith: Go on Lambda with API Gateway and AWS Sam (leonardqmarcq.com)
2 points by websocks 1472 days ago
1 comments

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.