This folder contains the sample application written as part of the Using the Key Value Store tutorial.
You need the following tools on your machine, to build, run and deploy the application to Fermyon Wasm Functions:
- The
spin
CLI - Node.js (Version
20
or later) - The
aka
plugin forspin
CLI - Access to Fermyon Wasm Functions
Once you've cloned the repository, move into the tutorial folder (./tutorials/key-value-store-tutorial), install the dependencies using npm
and run spin build
:
cd tutorials/key-value-store-tutorial
npm install
spin build