mostly fixes to handle a root key that has perms but shit isnt actually set up
This commit is contained in:
10
modules/route53.py
Normal file
10
modules/route53.py
Normal file
@@ -0,0 +1,10 @@
|
||||
'''
|
||||
route53 functions
|
||||
'''
|
||||
from libs.route53 import *
|
||||
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
|
||||
def step_route53_list_geolocations():
|
||||
list_geolocations(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
Reference in New Issue
Block a user