Python SAM Lambda module for generating an Excel cost report with graphs, including month on month cost changes. Uses the AWS Cost Explorer API for data.
User report of: "/var/task/./vendored/xlsxwriter/chart.py:134: UserWarning: The maximum number of series that can be added to an Excel Chart is 255
warn("The maximum number of series that can be added to an "
Need to look at combining 255th + rows into "Others" potentially. Or better ordering of data to not lose key series.
User report of: "/var/task/./vendored/xlsxwriter/chart.py:134: UserWarning: The maximum number of series that can be added to an Excel Chart is 255 warn("The maximum number of series that can be added to an "
Need to look at combining 255th + rows into "Others" potentially. Or better ordering of data to not lose key series.