Skip to content

Commit

Permalink
chore: add notice (#914)
Browse files Browse the repository at this point in the history
* chore: add notice

* Update readme.md

* Update readme.md

---------

Co-authored-by: Zack Kanter <[email protected]>
  • Loading branch information
OlafConijn and ZackKanter authored Oct 26, 2023
1 parent 23af66d commit 2170075
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ts2asl: A TypeScript to Amazon States Language ([ASL]) transpiler

🚫 NOTICE: This open source project is not actively maintained 🚫

To all users and contributors,

As of Oct 26 2023, this project is no longer actively maintained. While the repository remains available for historical purposes and for any community members who wish to fork and continue the work, there will be no official updates, bug fixes, or merges of pull requests from the original maintainers.


----


⚠️ **All internal and external interfaces are considered unstable and subject to change without notice.** ⚠️

`ts2asl` allows developers to define [AWS Step Functions](https://docs.aws.amazon.com/step-functions/latest/dg/concepts-amazon-states-language.html) using the TypeScript programming language. It allows developers to benefit from a familiar syntax, type safety, and mature ecosystem of tools for linting, editing, and automated testing.
Expand Down

0 comments on commit 2170075

Please sign in to comment.