は、コードを、次の点を考慮 -AWSラムダ関数はハンドラ「ハンドラ」モジュールに欠けている「インデックス」を返す
function index(event, context, callback) {
//some code
}
exports.handler = index();
{
"errorMessage": "Handler 'handler' missing on module 'index'"
}
これは、ビジネスロジックを持っている私の関数です。私のjavascriptファイル名はindex.js
です。
私はこのコードをaws lambdaでテストするたびに、次のようにlog(failed)
を与えます。 export.handler
で