Closed e0ipso closed 6 years ago
Does this include the ability to specify which query parameters are cached?
Sadly, no. That's because this ability is specified in the API Gateway method layer, not the API Gateway stage.
@leftclickben I also fixed a problem with the way we are getting the stage and region information in the CF template builder.
Excellent, thanks @e0ipso :+1:
Thanks @leftclickben. Do you think you could tag a minor release with these changes?
@e0ipso Oops, sorry! Done now :-)
This PR will add the ability to enable caching for API Gateway.
To do so add:
See https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-stage.html\#cfn-apigateway-stage-cacheclusterenabled form more info.