Choose an API key source - Amazon API Gateway

When you associate a usage plan with an API and enable API keys on API methods, every incoming request to the API must contain an API key . API Gateway reads the key and compares it against the keys in the usage plan. If there is a match, API Gateway throttles the requests based on the plan's reque…