Comment on Data API for Amazon Aurora ServerlessparentComments−smt887yThis appears to be targeted at Lambda function, which can't reuse existing connections between executions.Also, establishing an HTTP connection is much faster than establishing a typical database connection, in my experience. I don't know why that is.
Comments
This appears to be targeted at Lambda function, which can't reuse existing connections between executions.
Also, establishing an HTTP connection is much faster than establishing a typical database connection, in my experience. I don't know why that is.