Skip to content

Instantly share code, notes, and snippets.

View kadrach's full-sized avatar

Niko Eckerskorn kadrach

  • Amazon Web Services
  • Sydney, Australia
View GitHub Profile
@kadrach
kadrach / aws-step-function.json
Created September 11, 2021 01:33 — forked from studds/aws-step-function.json
JSON Schema for AWS Step Functions (derived from https://github.com/airware/asl-validator)
{
"$schema": "http://json-schema.org/draft-07/schema",
"definitions": {
"state-machine": {
"type": "object",
"properties": {
"Comment": {
"type": "string"
},
"StartAt": {