move seeds dir
This commit is contained in:
5
streams/tests/test_index_docs.py
Normal file
5
streams/tests/test_index_docs.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import events.index_docs as app
|
||||
|
||||
|
||||
def test_record_handler(monkeypatch, dynamodb_stream_event, lambda_context):
|
||||
app.lambda_handler(dynamodb_stream_event, lambda_context)
|
||||
Reference in New Issue
Block a user