aws-billing
                                
                                 aws-billing copied to clipboard
                                
                                    aws-billing copied to clipboard
                            
                            
                            
                        Adding support for AWS Organizations, billing month, pre-tax billing and aws-sdk.
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
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.
Refactored to remove obsolete AWS packages and use the aws-sdk instead for fetching the billing spreadsheet from S3.