"""Integration tests for lambda function.""" from typing import Any def test_invoke_lambda(invoke_lambda: Any) -> None: """Assert lambda action.""" # this is supposed to fail intentionally. write your own tests! raise AssertionError()