more shuffling

This commit is contained in:
cktricky
2018-09-13 20:09:26 -04:00
parent 92f229ecf4
commit b00ee271ff
30 changed files with 1 additions and 1 deletions

13
modules/aws/cloudfront.py Normal file
View File

@@ -0,0 +1,13 @@
'''
This file is used to perform some EMR actions
'''
from libs.cloudfront import *
def module_cloudfront_list_distributions():
'''
List CloudFront distributions
python3 weirdAAL.py -m cloudfront_list_distributions -t demo
'''
cloudfront_list_distributions()