From 9e260d729caacea13116013062cabce5ff4eebff Mon Sep 17 00:00:00 2001 From: Alex Rashed <2796604+alexrashed@users.noreply.github.com> Date: Tue, 24 Feb 2026 15:18:47 +0100 Subject: [PATCH] update link README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a61d6bc..721f365 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Airspeed - a Python template engine -This is a fork of the original [`airspeed`](https://github.com/purcell/airspeed) library, with some extensions used in [LocalStack](https://github.com/localstack/localstack). +This is a fork of the original [`airspeed`](https://github.com/purcell/airspeed) library, with some extensions used in [LocalStack for AWS](https://www.localstack.cloud/localstack-for-aws). ⚠️ Note: This fork of `airspeed` focuses on providing maximum parity with AWS' implementation of Velocity templates (used in, e.g., API Gateway or AppSync). In some cases, the behavior may diverge from the VTL spec, or from the Velocity [reference implementation](https://velocity.apache.org/download.cgi).