Hero background

Deliver Faster Websites with Akamai EdgeWorkers

Run code on the most distributed edge compute platform in the world to cut down latency, speed up response times, improve performance, and deliver a better user experience.

Powered by   Logo linode
View Code Examples

EdgeWorkers
Benefits

Create functions at the edge on the largest distributed serverless network.

  • Icon Rocket
    Deploy faster and more efficient applications

    Write and execute custom code at the edge, reducing latency and improving response times.

  • Icon Book
    Enhance user experience with dynamic content 

    Personalize content delivery and manage traffic efficiently right at the edge.

  • Icon Shield
    Ensure high availability and security

    Leverage Akamai’s robust platform to scale your applications seamlessly and securely.

EdgeKV
Benefits

Supercharge your EdgeWorkers apps with a serverless key-value store.

  • Icon squares
    Bring data close to users

    Store and access data at the edge to enhance application performance and reduce latency.

  • Icon data
    Access data instantly

    Achieve low-latency data reads and writes with a distributed key-value store.

  • Icon database
    Simplify data management

    Use a straightforward key-value store without the complexity of traditional databases.

Feature Benefits

Icon command-line
Command-line interface

Simplify daily operations by managing EdgeKV database tasks directly from a customizable CLI.

Icon proximity
Proximity advantage

Utilize the world’s most expansive edge platform to bring your compute processes closer to your users for unmatched performance.

Icon data
Localized data access

Gain instant access to data at the edge with Akamai EdgeKV, reducing latency and improving speed.

Icon scaling
Seamless scaling

Effortlessly scale your applications to handle growing traffic and high-demand periods without manual intervention.

Icon timer
Rapid cold starts

Deploy code on demand with near-instant cold start times, powered by advanced V8 isolates.

Icon arrows
Unified platform flexibility

Integrate a single serverless compute solution across diverse cloud environments for streamlined operations.

Icon storage
Versatile data storage

Store your data efficiently in either string or JSON formats, tailored to your application needs.

Icon data security
Secure data access

Implement robust role-based access controls to secure your EdgeKV databases effectively.

Banner background

See how Akamai's EdgeWorkers enable faster, more efficient web applications by running code at the edge.

Icon play
Watch Now

Featured Code Examples

Icon Card background
Content Security Policy

A Content Security Policy (CSP) is a security feature implemented in web browsers to protect websites and web applications from attacks such as cross-site scripting (XSS) and data injection. CSP controls and limits the source of various types of content loaded and executed on a web page, including scripts, stylesheets, and images. EdgeWorkers provides numerous performance benefits for CSPs, which need to complement the security measures on the application server-side.

View Case
Icon Card background
Product URL Redirects

Note the URL path changing from /sku/483D5F/reviews to products/straight-fit-denim-jeans/reviews

This example uses EdgeWorkers + EdgeKV to extract a query string product SKU from an incoming URL, match it against a SKU stored in a KV database, and properly redirect the browser to the new product page.

View Case