moving stuff around, pep8 some stuff

This commit is contained in:
carnal0wnage
2018-04-07 17:15:38 -04:00
parent 961642af4a
commit 2898c11afb
8 changed files with 157 additions and 108 deletions

View 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)