aws-samples / aws-samples/aws-serverless-app-with-aurora-and-python-sql-alchemy-example
Connection init latency
オープン
- 主要言語
- 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 はまだ評価されていません。