6 lines
185 B
Python
6 lines
185 B
Python
import app.events.docs_into_eventbus as app
|
|
|
|
|
|
def test_record_handler(monkeypatch, dynamodb_stream_event, lambda_context):
|
|
app.lambda_handler(dynamodb_stream_event, lambda_context)
|