aws-billing icon indicating copy to clipboard operation
aws-billing copied to clipboard

Adding support for AWS Organizations, billing month, pre-tax billing and aws-sdk.

Open gregharvey opened this issue 8 years ago • 2 comments

Hi,

This PR introduces two new features I needed. I've done it in such a way as anyone already using this module will not be affected and will not need to update their code (there are safe defaults - e.g. if you change nothing in the way you call this app, the data you get out will remain the same). Thought you might like to include it! :-)

Thanks,

Greg

gregharvey avatar Oct 24 '17 16:10 gregharvey

Updated to also include the ability to provide a string for the year/month CSV file to check, in the format 'YYYY-MM' - again, this doesn't break the default operation, people who already use this would be unaffected by its inclusion.

gregharvey avatar Nov 23 '17 17:11 gregharvey

Refactored to remove obsolete AWS packages and use the aws-sdk instead for fetching the billing spreadsheet from S3.

gregharvey avatar Nov 08 '18 16:11 gregharvey