DEPRECATED-lambda-cfn
DEPRECATED-lambda-cfn copied to clipboard
API Gateway rules with api key require usage plan
If an apikey is requested for a gateway rule, a corresponding usage plan must be associated with the key. Right now, lambda-cfn does not create a plan and so any rule using API-gateway will not respond to REST api requests until one is associated. Initially, we can make this simple and just create a default plan, with no throttle and no quota. In the future these should be parameterized.