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

Connection init latency

オープン
#7 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Python
スター
67
フォーク
16
PR マージ指標
30日以内にマージされた PR はありません

説明

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?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。