Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 0291339

Browse files
authored
Update README.md
1 parent dd7ccbe commit 0291339

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
stama is a state-machine, implemented as an interpreter for the Amazon States
2-
Language.
1+
> 🛌 **NOTICE:** This project is taking a nap. It also is a little shy, since it never ran on anything else than my own machine. Also, I (obviously) haven't had the time to write documentation yet.
32
4-
# Usage
3+
`stama` is a state-machine, implemented as an interpreter for the [Amazon States Language](https://states-language.net/). It's a personal (and fun) tinkering project.
54

6-
see `tests/integration_test.rs`, for usage examples.
5+
----
6+
7+
## Why?
8+
9+
* Execute [Amazon Web Services (AWS) Step Functions](https://docs.aws.amazon.com/step-functions/latest/dg/welcome.html) locally
10+
* Find a reason to write something in Rust

0 commit comments

Comments
 (0)