"""Integration tests for lambda function.""" from mypy_boto3_lambda.type_defs import InvocationResponseTypeDef def test_invoke_lambda(invoke_lambda: InvocationResponseTypeDef) -> None: """Assert lambda action.""" # this is supposed to success intentionally. write your own tests! pass