krz/aws-summary-report
Automated AWS summary reports, straight to your inbox.
clone: git clone https://gitbay.org/krz/aws-summary-report.git
1fe688a5d36e356dda5fd7d091e0b5f06b509b3c
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2025-06-21T00:51:40Z
main.py | 2 ++ 1 file changed, 2 insertions(+) @@ -33,6 +33,8 @@ def main(): # DEBUG # print(body) + print("Program completed successfully.") + if __name__ == "__main__": main()