moving stuff around, pep8 some stuff
This commit is contained in:
8
modules/dynamodbstreams.py
Normal file
8
modules/dynamodbstreams.py
Normal file
@@ -0,0 +1,8 @@
|
||||
'''
|
||||
dynamoDBstreams examples
|
||||
'''
|
||||
from libs.dynamodbstreams import *
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
def step_dynamodbstreams_list_streams():
|
||||
list_dynamodbstreams(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
Reference in New Issue
Block a user