Skip to content

jabrennem/asl-states

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amazon State Language Python Interface

An object oriented interface for generating JSON definition strings for AWS Step State Machines.

Requirements

  • Python 3.7+

Install

Create a virtual environment

python -m venv .venv
source .venv/bin/activate

Pip install from git repo

pip install git+https://github.com/jabrennem/asl-states.git

Install locally

git clone git+https://github.com/jabrennem/asl-states.git
cd asl-states
pip install .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages