Networking & Content Delivery
Writing and testing CloudFront Functions with production traffic
While maintaining a web application, sometimes we need to build a simple logic that must run in low latency. For example, you may want to set up website redirection based on condition, or quickly verify an incoming header. CloudFront Functions is ideal for these use cases since it lets you write lightweight JavaScript code that […]
