remove the aws key stuff
This commit is contained in:
@@ -5,8 +5,7 @@ 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)
|
||||
pricing_describe_services()
|
||||
|
||||
Reference in New Issue
Block a user