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 55 forks source link

feat(wafv2): better handle contextually required region prop #535

Open echeung-amzn opened 5 days ago

echeung-amzn commented 5 days ago
  1. Throw an error at build time if we're missing the prop when it's needed.
  2. Automatically get the region when needed when using monitorScope.

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