Handler Inference Failure: UserLambdaValidationException

0

An error occurred (UserLambdaValidationException) when calling the InitiateAuth operation: DefineAuthChallenge failed with error The adapter was unable to infer a handler to use for the event. This is likely related to how the Lambda function was invoked. (Are you testing locally? Make sure the request payload is valid for a supported handler.).

Ouf
質問済み 1ヶ月前104ビュー
1回答
0

You can check some aspect information is below:

  1. The payload. It is a valid Json.
  2. The permission. You client role and the function Resource-based policy.
  3. Function handler. The handler should be in the format file.function_name.
profile picture
回答済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ