AWS Step Functions now support JSONata, a powerful query and transformation language that simplifies data manipulation within state machines. The article demonstrates various use cases for filtering, sorting, and transforming JSON data, emphasizing the ease and maintainability JSONata brings compared to the previous JSONPath syntax. It also highlights the importance of adhering to software engineering best practices when integrating orchestration and business logic.