Skip to content

Docker container that lints AWS State Machine definitions

Notifications You must be signed in to change notification settings

andykingking/state-machine-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

state-machine-lint

Running

$ docker run andykingking/state-machine-lint lint "{}"
{"valid":false,"output":"2 errors:\n State Machine does not have required field \"States\"\n State Machine does not have required field \"StartAt\"\n"}

Building from remote Dockerfile

$ docker build -t state-machine-lint https://raw.githubusercontent.com/andykingking/state-machine-lint/master/Dockerfile

About

Docker container that lints AWS State Machine definitions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages