more shuffling
This commit is contained in:
12
modules/aws/dynamodbstreams.py
Normal file
12
modules/aws/dynamodbstreams.py
Normal file
@@ -0,0 +1,12 @@
|
||||
'''
|
||||
dynamoDBstreams examples
|
||||
'''
|
||||
from libs.dynamodbstreams import *
|
||||
|
||||
|
||||
def module_dynamodbstreams_list_streams():
|
||||
'''
|
||||
List dynamodbstream streams
|
||||
python3 weirdAAL.py -m dynamodbstreams_list_streams -t demo
|
||||
'''
|
||||
list_dynamodbstreams()
|
||||
Reference in New Issue
Block a user