"""Test handler.""" import index def test_handler(payload, expected_context): """Test the main handler.""" response = index.handler(payload, None) assert response == expected_context