0
1

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 3 years have passed since last update.

APIGatewayでURLパラメータを必須チェックさせる

Posted at

URLクエリ文字列パラメータを設定する

「リクエスト本文」に作成したモデルを設定して必須チェックや妥当性チェックは元々やっていたがGETメソッドによる、URLパラメータはやったことがなかった。

URLパラメータの場合は「メソッドの実行」の「URL クエリ文字列パラメータ」でモデルを作成などは無く、そのまま指定するだけ。

query.png

開発者ガイドではこのように解説されている
https://docs.aws.amazon.com/ja_jp/apigateway/latest/developerguide/api-gateway-request-validation-set-up.html#api-gateway-request-validation-setup-in-console

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?