From 217007558c1c392b05ad20092a50a486f2e13262 Mon Sep 17 00:00:00 2001 From: Olaf Conijn Date: Thu, 26 Oct 2023 20:25:49 +0200 Subject: [PATCH] chore: add notice (#914) * chore: add notice * Update readme.md * Update readme.md --------- Co-authored-by: Zack Kanter --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index 0384fd51..8cb7df1e 100644 --- a/readme.md +++ b/readme.md @@ -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.