changing from step to module
This commit is contained in:
@@ -4,8 +4,8 @@ dynamoDB examples
|
||||
from libs.dynamodb import *
|
||||
|
||||
|
||||
def step_dynamodb_list_tables():
|
||||
def module_dynamodb_list_tables():
|
||||
list_dynamodb_tables()
|
||||
|
||||
def step_dynamodb_list_tables_detailed():
|
||||
def module_dynamodb_list_tables_detailed():
|
||||
list_dynamodb_tables_detailed()
|
||||
|
||||
Reference in New Issue
Block a user