0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

API Gateway+Lambdaでパラメータを受け取ろうとしたがeventがnullだった話

Posted at

概要

API GatewayからLambdaにパラメータを渡す方法を記載

困ったこと

Lambdaの方でクエリパラメータを使いたくて色々調べていて「event」から取れるよ!という記事が沢山あったがそもそもeventが空の状態になってしまっていて、積んでしまっていた。。。

解決方法

原因はAPI Gatewayの設定にあって、
メソッドを選択して
スクリーンショット 2022-12-18 9.04.31.png
右の画面にある「統合リクエスト」を選択すると
スクリーンショット 2022-12-18 9.04.48.png
Lambdaプロキシ統合の使用という項目がOFFになっていた
スクリーンショット 2022-12-18 9.05.02.png
こちらをONにすると
スクリーンショット 2022-12-18 9.05.11.png
Lambdaの方でeventが受け取れるようになった

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?