LLuukincloudengineer.hashnode.dev·Jan 30 · 8 min readCustom Global Routing with Cloudfront FunctionsCloudFront Functions let you run lightweight JavaScript code at the edge, before a request ever reaches your origin. In this post I'll walk through how to use them for custom multi-region routing: coo00