Hi, I’ve been happily using your application. And I need to add a new feature on my application.
So as each forge application’s runtime resides on aws lambda, I got a question if it’s possible to store some status(data) though I’ve refreshed the application.
This is my scenario.
- Request something on Forge application.
- Mark something to checked.
- Refreshed the application (or Jira website itself)
- Still want to see that to be checked.
So I was wondering if I could utilize some kind of small database. (Since I can update, set, delete in a permanent way)