Greg's Helpers

Templates

  • {{ t.name }}
    {{ t.env }}

{{ selectedTemplate.name }}

{{ selectedTemplate.path }}

Test Data (JSON)
{{ renderedText }}
{{ renderedSource }}
Select a template to preview

State Machines

No state machines found. Check AWS credentials or region.

{{ sm.name }}

{{ sm.arn }}

Recent Executions

Name Status Start Date Stop Date
{{ ex.name }} {{ ex.status }} {{ formatDate(ex.startDate) }} {{ formatDate(ex.stopDate) }} AWS Console

Execution Details: {{ selectedExecution.name }}

Input

{{ formatJson(executionDetails?.input) }}

Output

{{ formatJson(executionDetails?.output) }}

Event History

  • {{ event.type }} {{ formatDate(event.timestamp) }}
    State: {{ event.stateEnteredEventDetails.name }}
    Error: {{ event.executionFailedEventDetails.error }}