6 lines
78 B
Python
6 lines
78 B
Python
import keep_warm
|
|
|
|
|
|
def test_keep_warm():
|
|
keep_warm.lambda_handler({}, {})
|