6 lines
177 B
Python
6 lines
177 B
Python
import app.events.replicate_into_postgres as app
|
|
|
|
|
|
def test_record_handler(dynamodb_stream_event, lambda_context):
|
|
app.lambda_handler(dynamodb_stream_event, lambda_context)
|