Writing an HTTP Router for AWS Lambda Functions From Scratch With Go

Just give me the code! Github Introduction The options for deploying your REST APIs are numerous these days, spanning a wide spectrum. On one end, you have the bare metal approach of using your own server where you have full control over the infrastructure but also have to manage much more, while on the other end, you can leverage platforms and services that abstract away much of the infrastructure management but also limit your control over the underlying technology. ...

October 26, 2024 · 7 min