Skip to content

validateAsl

function validateAsl(params): void;

Defined in: src/AslParser.ts:372

Validates an ASL definition and returns helpful error messages

Recurses into Parallel Branches and a Map’s ItemProcessor (or the legacy Iterator), so a dangling transition or a malformed States block inside a branch is reported as an AslValidationError rather than surfacing later as a silently broken graph or a raw TypeError from the extractor.

ValidateAslParams

Validation parameters

void

When the ASL definition is invalid