cdklabs / cdk-monitoring-constructs

Easy-to-use CDK constructs for monitoring your AWS infrastructure
https://constructs.dev/packages/cdk-monitoring-constructs
Apache License 2.0
444 stars 56 forks source link

feat(apigateway): allow using IRestApi instead of RestApiBase #405

Closed bigbadtrumpet closed 11 months ago

bigbadtrumpet commented 11 months ago

As of 2.90.0 aws-cdk now supports restApiName in the IRestApi interface. By using this interface it becomes possible for developers to monitor APIGateway without the need to reference the actual RestAPI.

Related commit: https://github.com/aws/aws-cdk/commit/3bf1361e20e2b2d497fcc2197fa45dac91e7eee3


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license