AWS - API Gateway
You want to create an API with a resource
/orders that supports both GET and POST methods. The GET method returns a mock response, and the POST method triggers a Lambda function. Which configuration correctly sets this up?