I'm creating an API to manage a Neo4j database.
I started the project in Serverless with Node.js. My API is already registering and performing searches, by node ID and also by properties.
But I'm getting a much slower response time than I thought I w...