Currently, this is how I am securing API gateway endpoints.
I set an API key and a usage plan and then for each endpoint:
"Endpoint > Method Request > API Key Required = true"
I would like to secure everything in the API this way. Is there a more convenient way to do it? Everything means all endpoints and all methods.