問題タブ [serverless]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - AWS Lambda 関数呼び出し間で DB 接続を共有する
したがって、ラムダ関数を最適化するために、https://www.mongodb.com/blog/post/optimizing-aws-lambda-performance-with-mongodb-atlas-and-nodejsの例に従っています。
私は2つのアプローチを試し、ローカルでテストしましたがserverless-offline
、どちらもうまくいかないようです。
最初のアプローチ
第二のアプローチ
どちらの場合も、using cached db instance
コンソール ログは実行されません。
これが機能しないのはなぜですか?これはサーバーレス オフラインが原因ですか?