A REST API, a resource, and a GET method wired to Lambda — the three pieces that turn a URL into a real, invokable endpoint.
A REST API needs three things before it can route a single request: the API itself, a resource for the request's path to land on, and a method that says what happens when it does. Get any one missing and there's simply nothing there for a client to call.