Skip to content

A simple Amazon States Language parser and validator based on JSON schemas.

License

Notifications You must be signed in to change notification settings

ashwineaso/asl-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asl-validator

A simple Amazon States Language parser and validator based on JSON schemas.

This validator makes it possible for you to locally validate your state machine definition without actually creating the state machine

Installation

go install github.com/ashwineaso/asl-validator

CLI Usage

> go-asl-parser --help
NAME:
   go-asl-validator - validate the ASL file

USAGE:
   go-asl-validator [global options] command [command options]

COMMANDS:
   help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --json-path FILE  json path to the ASL file FILE
   --help, -h        show help

Currently only files containing JSON schema can be validated.

References

License

See LICENSE.

About

A simple Amazon States Language parser and validator based on JSON schemas.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages