'Java API for Aurora Serverless with SpringData / JPA
I have an application that uses Java SpringBoot with a service & repository layers and a model for the entities. The latter uses spring data/JPA.
I can see major benefits with Aurora serverless in terms of cost optimization over RDS. However, the only examples I've seen with Aurora serverless such as this documentation from AWS involve a client making SQL calls in the code.
Does this mean there is no possibility of using Spring data/JPA? Can someone point me to more examples on the use of the Java API with Aurora Serverless and in particular if it doesn't just involve SQL calls? Or is this the intent with Aurora serverless?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
