marcduiker / octogotchi-backend

The backend for Octogotchi
0 stars 0 forks source link

Create Azure Function backend that can hold state for the octogotchii #4

Open rajbos opened 3 years ago

rajbos commented 3 years ago

Case: each octogotchii (is that the correct pluralization? :-) ) needs to have a state (age/activity counter) stored in our own backend. Guess we can start with an Azure Function that stores this in TableStorage? Or can we leverage the state store for a Durable Function and rehydrate that state on each incoming HttpPost ?

Stuff we need to store: