Skip to content

Instantly share code, notes, and snippets.

@rah003
Created November 20, 2019 12:53
Show Gist options
  • Save rah003/2b961cbc2b574514a0b972f9fb66381f to your computer and use it in GitHub Desktop.
Save rah003/2b961cbc2b574514a0b972f9fb66381f to your computer and use it in GitHub Desktop.
File "aws-cost-and-usage-report.py", line 64, in <module>
out.write('\t'.join([str(result_by_time['TimePeriod']['Start']), '\t'.join(group['Keys']), amount, unit ,result_by_time['Estimated']]) + '\n')
TypeError: sequence item 4: expected str instance, bool found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment