mostly fixes to handle a root key that has perms but shit isnt actually set up
This commit is contained in:
12
modules/pricing.py
Normal file
12
modules/pricing.py
Normal file
@@ -0,0 +1,12 @@
|
||||
'''
|
||||
This file is used to perform various pricing operations
|
||||
usually have to be root or be specifically assigned the
|
||||
permission to get anything from this
|
||||
'''
|
||||
|
||||
from libs.pricing import *
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
|
||||
def step_pricing_describe_services():
|
||||
pricing_describe_services(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
Reference in New Issue
Block a user