14 lines
282 B
Python
14 lines
282 B
Python
'''
|
|
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()
|