Writing on software development, devOps guidelines, and the GNU/Linux & MacOS how-tos.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Use Lambda@Edge for Angular Deployment

If your Angular application requires dynamic functionality (e.g., authentication, API calls, etc.) that can't be handled by static assets alone, you can set up Lambda@Edge functions to process requests.