As part of our filing for Chapter 11 bankruptcy relief, Akamai has acquired select assets from Edgio, including certain customer contracts from our content delivery, applications, and security businesses, but not including Uplynk. We encourage any active Edgio delivery, applications, or security customers that are not already engaged with Akamai to migrate their services, to contact their local Akamai office or support@edg.io as soon as possible to help avoid service interruptions. Service will end on January 15, 2025.


Any Edgio Uplynk customers can reach out to support@uplynk.com for any questions or concerns.

Edgio

Edge Function Examples

Explore a comprehensive collection of edge function examples provided by Edgio. Each example is tailored to demonstrate practical implementations of common use cases, helping you effectively integrate edge functions into your projects.
  • AWS S3 Request Signing: Learn how to sign AWS S3 requests using the version 4 signature to securely interact with AWS services. This guide covers the process of creating a signature, ensuring your requests are authenticated.
  • Basic Request Signing: This example walks you through the fundamentals of signing requests. It’s ideal for understanding the basic principles of request authentication and integrity.
  • Content Stitching: Discover how to seamlessly integrate content from multiple sources. This guide demonstrates techniques for aggregating and displaying content from different endpoints.
  • Header Manipulation: Master the art of manipulating HTTP request and response headers. Learn how to modify, add, or remove headers to control data flow and enhance security.
  • JSON Responses: This guide focuses on handling JSON responses effectively. It includes parsing techniques, error handling, and best practices for JSON data manipulation.
  • JWT Validation: Learn how to validate a JSON Web Token (JWT).
  • Optimizely Experimentation: Integrate Optimizely experiments into your application using Edge Functions. This guide demonstrates how to modify responses based on experiment configurations.
  • Redirects: Implement efficient and smart redirects using edge functions. This example illustrates various redirect scenarios, including permanent and temporary redirection.
  • Waiting Room: Learn how to set up a waiting room for your application. This can help manage traffic during peak times or when launching new products or services.