시작하기무료로 시작하기

Spot the validation gap

You enabled API Gateway request validation on your POST /transfers endpoint. The validator requires an Authorization header, requires an accountId query parameter, and checks that the JSON body matches a model with a numeric amount field. A request arrives that satisfies all of those rules: it has the header, the query parameter, and a well-formed body with amount set to 5000. However, the transferring account only has a balance of 100, so the transfer should not be allowed.

What will API Gateway request validation do with this request?

이 연습은 강의의 일부입니다

Deploying Applications on AWS

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작