Im a little confused when it comes to the definition of static. As far as i know, the code of a static webApp is always the same when rendered and if you want to change something it has do be done manually.
But i can't get the following question out of my mind, cause of the architecture descriptions about AWS: I have a React-App that gets(e.g. axios or fetch) filtered data from a DB through an API-Gateway -> Lambda(query) (-> DB) and displays them on the screen(FrontEnd, e.g. through a state change). Now my question is, can this still be called a static webApp and can i host it on S3 Bucket?