UNPKG

cost-monitoring-construct

Version:

A CDK construct that helps track applications' costs separately and receive alerts in case of unpredicted resource usage

6 lines (5 loc) 294 B
export { AccountCostMonitoring } from "./account-cost-monitoring"; export { ApplicationCostMonitoring, ApplicationCostMonitoringProps, IApplicationCostMonitoringProps, } from "./application-cost-monitoring"; export * from "./budget-strategy"; export * from "./budget"; export * from "./utils";