aws-samples / aws-samples/aws-serverless-app-with-aurora-and-python-sql-alchemy-example

Connection init latency

Abierto
#7 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
67
Forks
16
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Is this not terrible design as the connection is not reused, it is recreated for every lambda invoke? which is going to add at least 50ms to every invoke probably more. I mean the proxy handles the connection pooling so number of connections shouldnt be that big of an issue, but the connection should be "hot" in the init stage should it not?

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.