You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the data table type is missing from GraphWidgetType. I'm not sure if the data table is a recent widget that CW added or if there hasn't been a use case for it.
Looks like we'd need to bump to minimum [email protected] to get TableWidget, but we're currently at min 2.112.0. Bumping that would be a breaking change/major version bump, or temporarily maintaining a copy of it.
I'm not particularly a fan of either right now unless we wanted to bring in other new features from newer aws-cdk-lib versions too. Any thoughts from your end?
Feature scope
Custom
Describe your suggested feature
It looks like the data table type is missing from
GraphWidgetType
. I'm not sure if the data table is a recent widget that CW added or if there hasn't been a use case for it.cdk-monitoring-constructs/lib/common/widget/types.ts
Lines 9 to 15 in 598dea1
It doesn't seem to be too hard to add. I can probably do a PR. I just wanted to confirm the scope first.
The text was updated successfully, but these errors were encountered: