This repository contains example Akamai Functions projects.
-
It is an add-on to the Akamai Functions samples repository.
-
Akamai functions documentation can be found the Akamai Techdocs
Use at your own risk (review before use it).
-
- A simple HTTP mirror component that echoes the incoming request as JSON.
- Useful for debugging request headers, body encoding, and how Spin exposes the full URL.
-
- A minimal Spin/Rust example demonstrating the key-value store API.
- Shows how to open the default store, read/write values, list keys, and delete entries.
-
- A Spin HTTP component that proxies requests to S3-compatible object storage.
- Lightweight AWS Signature V4 implementation (no AWS SDK)
- Implements
GET,PUT, andDELETEfor object keys.
Each sample contains its own README.md with build, run, and deployment instructions.
- Choose a sample folder.
- Open that folder and read its
README.md. - Follow the sample-specific instructions for prerequisites and configuration.
- These examples target the Spin framework for WebAssembly-based components.
This repository is licensed under the terms in LICENSE.