13 lines
252 B
Python
13 lines
252 B
Python
'''
|
|
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()
|