"""Lambda test module.""" import util def test_parse_aws_dict(): """Test index.parse_aws_dict function.""" result = util.parse_aws_dict({'order_id': {'S': '2000'}}) assert result == {'order_id': '2000'}