Skip to content

Commit

Permalink
Merge pull request #1278 from fermyon/tpmccallum-patch-5
Browse files Browse the repository at this point in the history
Update key-value-store-tutorial.md
  • Loading branch information
tpmccallum committed May 10, 2024
2 parents 2011dcd + befa8e7 commit fd88b9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/spin/v2/key-value-store-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ $ spin build
$ spin up
```

> If you ever receive the error `Handler returned an error: Error::AccessDenied`, please make sure you've included a list of allowed `key_value_stores` in your `spin.toml` file (as shown above in the [configuration](#configuration) section).

## Storing and Retrieving Data From Your Default Key/Value Store

Once you have completed this minimal configuration and deployed your application, data will be persisted across requests. Let's begin by creating a `POST` request that stores a JSON key/value object:
Expand Down

0 comments on commit fd88b9c

Please sign in to comment.