in src/stepfunctions/inputs/placeholders.py [0:0]
def _is_valid_name(self, name): if isinstance(name, str) or isinstance(name, int): return True else: return False