UNPKG

@cloud-carbon-footprint/aws

Version:

The core logic to get cloud usage data and estimate energy and carbon emissions from Amazon Web Services.

8 lines (6 loc) 313 B
/* * © 2021 Thoughtworks, Inc. */ export { default as RightsizingRecommendation } from './RightsizingRecommendation' export { default as RightsizingCurrentRecommendation } from './RightsizingCurrentRecommendation' export { default as RightsizingTargetRecommendation } from './RightsizingTargetRecommendation'