codex-lv4-may-2025

Badge Interview Week 7

← Back to Week 7 / ← Course Index


Objective

Interview on a JSON API built with Lambda and API Gateway.

Requirements

  1. Live session with a TA or instructor.
  2. Open your deployed API URL and the linked Lambda in the console.
  3. Send a request with the required query parameter (for example, ?name=alice) and show a 200 response with JSON.
  4. Send a request without the parameter and show a 400 response with a JSON error message.
  5. Explain where the handler reads the query parameter, how status codes are set, and how API Gateway is configured for the route.

Live tasks (perform one or two as requested)

Submission

Git repo link and API URL.

Rubric (20 pts)