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
443 stars 56 forks source link

feat: explicitly declare return types for facade methods #481

Closed echeung-amzn closed 5 months ago

echeung-amzn commented 5 months ago

Also allows chaining after monitorScope. Fixes #284

This is actually what the generated types have anyway.


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