In this lab, we will learn how to validate an API request.
Overview
- Source: API Gateway – REST API
- Route: GET /greet?name=abc
- Target: Mock
- Returns the validation error when the required query string ‘name’ does not exist
Ideas through Technologies
In this lab, we will learn how to validate an API request.
Overview
In this lab, we will learn how to block traffic through WAF.
In this lab, we will learn how to invoke a lambda function synchronously.
Overview
API Gateway is a fully managed API endpoint service that creates, manages, publishes, monitors, secures, and scales APIs. API Gateway can use other AWS services (Lambda, DynamoDB) for compute and store.
https://aws.amazon.com/api-gateway/