#awsstepfunctions
Serious updates to #AWSStepFunctions! Step Functions now offers JSONata support and state machine level variables! This is huge! Check it out here! youtu.be/aoKt7Aw2a1I?...
Enhanced Data Flow in AWS Step Functions
YouTube video by AWS Developers
youtu.be
November 22, 2024 at 8:22 PM
Speaking of JSONata in #AWSStepFunctions. Here's a handy little snippet. Add a timestamp dynamically to your payload while saving it as a variable for later.
January 30, 2025 at 4:53 PM
#AWSStepFunctions + #JSONata = fewer transitions!

An example calculating the average CSAT (Customer Satisfaction) score for an event

$states.result.Items[type.S = 'CSAT'].csatEvent.S ~> $map(function($v) {$number($v)}) ~> $average ~> $round(2)
May 8, 2025 at 6:21 PM
Tip for #GenAI in #AWSStepFunctions. By using a pass state to format the input and the Bedrock Converse task, I can easily add multiple models to compare outputs. In the converse task, I simply change the desired model.
May 7, 2025 at 8:46 PM
And we're on a roll... here's ANOTHER newly-announced AWS feature that LocalStack already supports. Thanks to our partnership with the AWS Step Functions team, you can use the new TestState enhancements with LocalStack! (AI = Already Implemented!)

#localstack #awsstepfunctions #ai
The AWS Step Functions team just released new enhancements to the TestState API which LocalStack supports:

✅ Mock Task state results
✅ Skip execution roles in mocking
✅ Test *every* state type
✅ Submit full state machine definitions
✅ Mock context fields

🔗 blog.localstack.cloud/effective-un...
Effective Unit Testing for AWS Step Functions
AWS recently introduced enhancements to the TestState API for unit-testing individual states in a Step Functions state machine and LocalStack has partnered with them to support using this new feature…
blog.localstack.cloud
December 3, 2025 at 4:42 PM
Here's a Friday fun moment: #AWSStepFunctions just released support for JSON Lines (JSONL) as a format for Distributed maps. Take a read -> aws.amazon.com/blogs/comput...
Introducing JSONL support with Step Functions Distributed Map | Amazon Web Services
This post written by Uma Ramadoss, Principal Specialist SA, Serverless and Vinita Shadangi, Senior Specialist SA, Serverless. Today, AWS Step Functions is expanding the capabilities of Distributed Map...
aws.amazon.com
February 7, 2025 at 10:43 PM
Quest'anno al #AWSSummit ci sarò anch'io come speaker! Vi racconterò come reagire ad eventi infrastrutturali in modo automatico con #AWSStepFunctions e #AmazonEventBridge. Vi aspetto alle 16:15-16:30 al AWSome Theater! 😄
March 9, 2025 at 4:51 PM
🆕 AWS Step Functions simplifies developer experience with Variables and JSONata transformations

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions simplifies developer experience with Variables and JSONata transformations
AWS Step Functions announces support for two new capabilities: Variables and JSONata data transformations. Variables allow developers to assign data in one state and reference it in a subsequent state, simplifying state payload management, reducing the need to pass data through multiple intermediate states. With support for JSONata, an open source query and transformation language, customers can now perform advanced data manipulation and transformation such as date and time formatting, and mathematical operations. Additionally, when using JSONata, we have simplified input and output processing by reducing the number of JSON transformation fields required to call services and pass data to the next state. AWS Step Functions is a visual workflow service capable of orchestrating over 14,000 API actions from over 220 AWS services to build distributed applications and data processing workloads. With support for Variables and JSONata, developers can build distributed serverless applications faster and more efficiently with enhanced payload management capabilities. These features also reduce the need for custom code, lowering costs and reducing the number of state transitions needed to construct and pass data between states. Variables and JSONata are available at no additional cost in: US East (N. Virginia, Ohio), US West (Oregon), Canada (Central), Europe (Ireland and Frankfurt), and Asia Pacific (Tokyo, Seoul, Singapore, and Sydney) with the remaining regions to follow in the coming days. We have also partnered with LocalStack and Datadog to ensure that their local emulation and observability experiences are updated to support Variables and JSONata. To learn more, please visit: Documentation Blog Post Introductory Video LocalStack Blog Datadog Blog
aws.amazon.com
November 22, 2024 at 10:23 PM
🆕 AWS Step Functions now supports AgentCore-powered agentic reasoning steps, enabling AI-driven workflow automation, parallel agent execution, and detailed execution history tracking via Amazon CloudWatch. Available in select regions with no extra integration charges.

#AWS #AwsStepFunctions
AWS Step Functions adds AgentCore-powered agentic reasoning step
AWS Step Functions now enables you to add AI agent reasoning steps to your workflow through an optimized integration with the managed harness (currently in preview) in Amazon Bedrock AgentCore. AWS Step Functions is a visual workflow service that orchestrates AWS services with built-in error handling, parallel execution, and human approval steps. The AgentCore harness lets you declare an agent through configuration where you specify the model, tools, and behavior. AgentCore provides the managed environment that runs the agent loop end-to-end.   With this integration, you can automate reasoning tasks in your workflow such as classifying a document or extracting elements from an unstructured form. You can run multiple agents in parallel or in sequence at different decision points in a single workflow and add human approval before critical actions. The workflow execution history shows agent input, output, token usage, and duration with links to agent turn details in Amazon CloudWatch, so you can trace and audit every agent decision. You can reuse an existing harness or create a new one directly from the Workflow Studio, the Step Functions visual builder. With per-invocation overrides such as the model, system prompt, and tools, you can adapt the agent to each workflow context without duplicating configurations. Agent context can be persisted across invocations using a session ID that works within or across workflow executions.   The harness integration is available in the following AWS Regions where the AgentCore harness preview is available: US East (N. Virginia), US West (Oregon), Europe (Frankfurt), and Asia Pacific (Sydney). Standard Step Functions pricing applies for workflow execution with no additional integration charges, and standard Amazon Bedrock and AgentCore pricing applies for model inference and associated AgentCore resources.   To learn more about adding agentic reasoning to your workflows, visit AWS Step Functions documentation.
aws.amazon.com
June 3, 2026 at 8:10 PM
AWS Weekly Roundup: Amazon Q Developer, AWS Step Functions, AWS Cloud Club Captain deadline, and more (September 22, 2025)

Three weeks ago, I published a post about the new AWS Region in New Zealand (ap-sou...

#AWS #AmazonBedrock #AmazonQDeveloper #AmazonVpc #AwsStepFunctions #News #WeekInReview
AWS Weekly Roundup: Amazon Q Developer, AWS Step Functions, AWS Cloud Club Captain deadline, and more (September 22, 2025)
Three weeks ago, I published a post about the new AWS Region in New Zealand (ap-southeast-6). This led to an incredible opportunity to visit New Zealand, where I met passionate builders and presented at several events including Serverless and Platform Engineering meetup, AWS Tools and Programming meetup, AWS Cloud Clubs in Auckland, and AWS Community […]
aws.amazon.com
September 22, 2025 at 5:05 PM
Accelerate workflow development with enhanced local testing in AWS Step Functions

AWS Step Functions' enhanced TestState API now enables local unit testing with mocking support, comprehensive sta...

#AWS #ApplicationIntegration #ApplicationServices #AwsStepFunctions #DeveloperTools #Launch #News
Accelerate workflow development with enhanced local testing in AWS Step Functions
AWS Step Functions' enhanced TestState API now enables local unit testing with mocking support, comprehensive state type validation, and individual state testing capabilities without requiring AWS deployment or IAM permissions.
aws.amazon.com
November 19, 2025 at 11:05 PM
🆕 AWS Step Functions now supports local unit testing with TestState API, validating logic and error handling without deployment, aiding early issue detection and speeding up development. Available in all Step Functions regions.

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions enhances Local Testing with TestState API
AWS Step Functions enhances the TestState API to support local unit testing of workflows, allowing you to validate your workflow logic, including advanced patterns like Map and Parallel states, without deploying state machines to your AWS account. AWS Step Functions is a visual workflow service capable of orchestrating over 14,000+ API actions from over 220 AWS services to build distributed applications and data processing workloads. The TestState API now supports testing of complete workflows including error handling patterns in your local development environment. You can now mock AWS service integrations, with optional API contract validation that verifies your mocked responses match the expected responses from actual AWS services, helping ensure your workflows work correctly in production. You can integrate TestState API calls into your preferred testing frameworks such as Jest and pytest and CI/CD pipelines, enabling automated workflow testing as part of your development process. These capabilities help accelerate development by providing instant feedback on workflow definitions, enabling validation of workflow behavior in your local environment, and catching potential issues earlier in the development cycle. The enhanced TestState API is available through the AWS SDK in all AWS Regions where Step Functions is available. For a complete list of regions and service offerings, see AWS Regions. To get started, you can access the TestState API through the AWS SDK, AWS CLI, or check out the AWS Step Functions Developer Guide.
aws.amazon.com
November 20, 2025 at 5:40 PM
AWS Step Functions now supports Service Quotas

Today, AWS announces the general availability of AWS Service Quotas integration with https://aws.amazon.com/step-functions/, enabling customers to monitor and manage their Step Functions quotas directly from ...

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions now supports Service Quotas
Today, AWS announces the general availability of AWS Service Quotas integration with https://aws.amazon.com/step-functions/, enabling customers to monitor and manage their Step Functions quotas directly from the Service Quotas console. AWS Service Quotas is a service that helps you view and manage your AWS service quotas from a central location.AWS Step Functions is a visual workflow service that helps customers orchestrate AWS services, automate business processes, and build serverless applications. This integration improves service quota visibility and management for AWS Step Functions users. With this launch, you can now view your AWS Step Functions account-level quota values through the Service Quotas console and monitor quota utilization through Amazon CloudWatch metrics. This enhanced visibility is particularly valuable for customers running high-volume workflow operations at scale, helping them proactively monitor resource usage and avoid potential service disruptions. Additionally, you can now request quota increases directly from the Service Quotas console. For eligible requests, quota changes are automatically updated without manual intervention, streamlining the quota management process. Service Quotas console integration for AWS Step Functions is available in all commercial AWS Regions and the AWS GovCloud (US) Regions where AWS Step Functions is available. To learn more about managing AWS Step Functions quotas, visit the AWS Step Functions https://docs.aws.amazon.com/step-functions/latest/dg/service-quotas.html. You can access this feature through the Service Quotas https://console.aws.amazon.com/servicequotas/home or through the CLI.
aws.amazon.com
September 30, 2025 at 9:05 PM
AWS Step Functions now supports Diagnose with Amazon Q

AWS announces AI-powered troubleshooting capabilities with Amazon Q integration in AWS Step Functions console. https://aws.amazon.com/step-functions/ is a visual workflow service that enables customers to b...

#AWS #AmazonQ #AwsStepFunctions
AWS Step Functions now supports Diagnose with Amazon Q
AWS announces AI-powered troubleshooting capabilities with Amazon Q integration in AWS Step Functions console. https://aws.amazon.com/step-functions/ is a visual workflow service that enables customers to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services. This integration brings Amazon Q's intelligent error analysis directly into AWS Step Functions console, helping you quickly identify and resolve workflow issues. When errors occur in your AWS Step Functions workflows, you can now click the "Diagnose with Amazon Q" button that appears in error alerts and the console error notification area to receive AI-assisted troubleshooting guidance. This feature helps you resolve common types of issues including state machine execution failures as well as Amazon States Language (ASL) syntax errors and warnings. The troubleshooting recommendations appear in a dedicated window with remediation steps tailored to your error context, enabling faster resolution and improved operational efficiency. Diagnose with Amazon Q for AWS Step Functions is available in all commercial AWS Regions where Amazon Q is available. The feature is automatically enabled for customers who have access to Amazon Q in their region. To learn more about Diagnose with Amazon Q, see https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/diagnose-console-errors.html or get started by visiting the AWS Step Functions https://aws.amazon.com/step-functions/.
aws.amazon.com
October 15, 2025 at 8:05 PM
🆕 AWS Step Functions now integrates Amazon Q for AI-powered troubleshooting, enabling quick error diagnosis and resolution in the console, available in all commercial AWS regions where Amazon Q is supported.

#AWS #AmazonQ #AwsStepFunctions
AWS Step Functions now supports Diagnose with Amazon Q
AWS announces AI-powered troubleshooting capabilities with Amazon Q integration in AWS Step Functions console. AWS Step Functions is a visual workflow service that enables customers to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services. This integration brings Amazon Q's intelligent error analysis directly into AWS Step Functions console, helping you quickly identify and resolve workflow issues. When errors occur in your AWS Step Functions workflows, you can now click the "Diagnose with Amazon Q" button that appears in error alerts and the console error notification area to receive AI-assisted troubleshooting guidance. This feature helps you resolve common types of issues including state machine execution failures as well as Amazon States Language (ASL) syntax errors and warnings. The troubleshooting recommendations appear in a dedicated window with remediation steps tailored to your error context, enabling faster resolution and improved operational efficiency. Diagnose with Amazon Q for AWS Step Functions is available in all commercial AWS Regions where Amazon Q is available. The feature is automatically enabled for customers who have access to Amazon Q in their region. To learn more about Diagnose with Amazon Q, see Diagnosing and troubleshooting console errors with Amazon Q or get started by visiting the AWS Step Functions console.
aws.amazon.com
October 15, 2025 at 7:40 PM
🆕 AWS Step Functions unveils a new metrics dashboard for enhanced observability, offering visibility into workflow operations at account and state-machine levels, including usage and billing metrics, available in all regions where AWS Step Functions operates.

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions announces a new metrics dashboard
AWS Step Functions announces improved observability with a new metrics dashboard, giving you visibility into your workflow operations at both the account and state machine levels. AWS Step Functions is a visual workflow service capable of orchestrating over 14,000+ API actions from over 220 AWS services to build distributed applications and data processing workloads. With this launch, you can now view usage and billing metrics in one dashboard on the AWS Step Functions console. Metrics are available at both account and state-machine level. You can now view these metrics for both standard and express workflows. In addition, existing metrics, such as ApproximateOpenMapRunCount, are available on the metrics dashboard. New dashboard and metrics are available in all AWS Regions where AWS Step Functions is available. To get started, open a dashboard today in the AWS Step Functions console. To learn more, visit the Step Functions developer guide.
aws.amazon.com
October 30, 2025 at 10:40 PM
AWS Weekly Roundup: Amazon Q Developer, AWS Step Functions, AWS Cloud Club Captain deadline, and more (September 22, 2025)

Three weeks ago, I published a post about the new AWS Region in New Zealand (ap-sou...

#AWS #AmazonBedrock #AmazonQDeveloper #AmazonVpc #AwsStepFunctions #News #WeekInReview
AWS Weekly Roundup: Amazon Q Developer, AWS Step Functions, AWS Cloud Club Captain deadline, and more (September 22, 2025)
Three weeks ago, I published a post about the new AWS Region in New Zealand (ap-southeast-6). This led to an incredible opportunity to visit New Zealand, where I met passionate builders and presented at several events including Serverless and Platform Engineering meetup, AWS Tools and Programming meetup, AWS Cloud Clubs in Auckland, and AWS Community […]
aws.amazon.com
October 22, 2025 at 6:05 PM
🆕 AWS Step Functions TestState now available in AWS GovCloud (US) Regions, enabling workflow state testing without altering existing state machines, enhancing development and troubleshooting in these regions.

#AWS #AwsStepFunctions #AwsGovcloudUs
AWS Step Functions TestState now available in the AWS GovCloud (US) Regions
AWS Step Functions now offers TestState in the AWS GovCloud (US-East) and AWS GovCloud (US-West) Regions. This expansion allows customers operating in these regions to test individual states of their workflows without creating or updating existing state machines, helping to enhance the development and troubleshooting process for their applications. AWS Step Functions is a visual workflow service that enables customers to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services. TestState allows developers to validate a state's input and output processing, test AWS service integrations, and verify HTTP task requests and responses. With TestState now available in the AWS GovCloud (US) Regions, customers can test and validate individual workflow steps. TestState supports various state types including Task, Pass, Wait, Choice, Succeed, and Fail, with tests running for up to five minutes. This feature is now generally available in the AWS GovCloud (US-East) and AWS GovCloud (US-West) Regions, in addition to all commercial regions where AWS Step Functions is available. To learn more about TestState and how to incorporate it into your workflow development process, visit the AWS Step Functions documentation. You can start testing your workflow states using the Step Functions console, AWS Command Line Interface (CLI), or AWS SDKs.
aws.amazon.com
June 20, 2025 at 10:40 PM
🆕 AWS Step Functions now integrates with Service Quotas for improved quota management, enabling users to monitor and request increases directly from the console, enhancing visibility and streamlining adjustments. Available in all commercial regions.

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions now supports Service Quotas
Today, AWS announces the general availability of AWS Service Quotas integration with AWS Step Functions, enabling customers to monitor and manage their Step Functions quotas directly from the Service Quotas console. AWS Service Quotas is a service that helps you view and manage your AWS service quotas from a central location.AWS Step Functions is a visual workflow service that helps customers orchestrate AWS services, automate business processes, and build serverless applications. This integration improves service quota visibility and management for AWS Step Functions users. With this launch, you can now view your AWS Step Functions account-level quota values through the Service Quotas console and monitor quota utilization through Amazon CloudWatch metrics. This enhanced visibility is particularly valuable for customers running high-volume workflow operations at scale, helping them proactively monitor resource usage and avoid potential service disruptions. Additionally, you can now request quota increases directly from the Service Quotas console. For eligible requests, quota changes are automatically updated without manual intervention, streamlining the quota management process. Service Quotas console integration for AWS Step Functions is available in all commercial AWS Regions and the AWS GovCloud (US) Regions where AWS Step Functions is available. To learn more about managing AWS Step Functions quotas, visit the AWS Step Functions documentation. You can access this feature through the Service Quotas console or through the CLI.
aws.amazon.com
September 30, 2025 at 8:40 PM
AWS Step Functions TestState now available in the AWS GovCloud (US) Regions

AWS Step Functions now offers TestState in the AWS GovCloud (US-East) and AWS GovCloud (US-West) Regions. This expansion allows customers operating in these regions to test indivi...

#AWS #AwsStepFunctions #AwsGovcloudUs
AWS Step Functions TestState now available in the AWS GovCloud (US) Regions
AWS Step Functions now offers TestState in the AWS GovCloud (US-East) and AWS GovCloud (US-West) Regions. This expansion allows customers operating in these regions to test individual states of their workflows without creating or updating existing state machines, helping to enhance the development and troubleshooting process for their applications. https://aws.amazon.com/step-functions/ is a visual workflow service that enables customers to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services. TestState allows developers to validate a state's input and output processing, test AWS service integrations, and verify HTTP task requests and responses. With TestState now available in the AWS GovCloud (US) Regions, customers can test and validate individual workflow steps. TestState supports various state types including Task, Pass, Wait, Choice, Succeed, and Fail, with tests running for up to five minutes. This feature is now generally available in the AWS GovCloud (US-East) and AWS GovCloud (US-West) Regions, in addition to all commercial regions where AWS Step Functions is available. To learn more about TestState and how to incorporate it into your workflow development process, visit the AWS Step Functions https://docs.aws.amazon.com/step-functions/latest/dg/test-state-isolation.html. You can start testing your workflow states using the Step Functions console, AWS Command Line Interface (CLI), or AWS SDKs.
aws.amazon.com
June 20, 2025 at 11:05 PM
AWS Step Functions enhances Local Testing with TestState API

AWS Step Functions enhances the TestState API to support local unit testing of workflows, allowing you to validate your workflow logic, including advanced patterns like Map and Parallel states, ...

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions enhances Local Testing with TestState API
AWS Step Functions enhances the TestState API to support local unit testing of workflows, allowing you to validate your workflow logic, including advanced patterns like Map and Parallel states, without deploying state machines to your AWS account. https://aws.amazon.com/step-functions/ is a visual workflow service capable of orchestrating over 14,000+ API actions from over 220 AWS services to build distributed applications and data processing workloads. The TestState API now supports testing of complete workflows including error handling patterns in your local development environment. You can now mock AWS service integrations, with optional API contract validation that verifies your mocked responses match the expected responses from actual AWS services, helping ensure your workflows work correctly in production. You can integrate TestState API calls into your preferred testing frameworks such as Jest and pytest and CI/CD pipelines, enabling automated workflow testing as part of your development process. These capabilities help accelerate development by providing instant feedback on workflow definitions, enabling validation of workflow behavior in your local environment, and catching potential issues earlier in the development cycle. The enhanced TestState API is available through the AWS SDK in all AWS Regions where Step Functions is available. For a complete list of regions and service offerings, see https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services/. To get started, you can access the TestState API through the AWS SDK, AWS CLI, or check out the AWS Step Functions https://docs.aws.amazon.com/step-functions/latest/dg/test-state-isolation.html.
aws.amazon.com
November 20, 2025 at 6:05 PM
AWS Step Functions announces a new metrics dashboard

AWS Step Functions announces improved observability with a new metrics dashboard, giving you visibility into your workflow operations at both the account and state machine levels. https://aws.amazon.com...

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions announces a new metrics dashboard
AWS Step Functions announces improved observability with a new metrics dashboard, giving you visibility into your workflow operations at both the account and state machine levels. https://aws.amazon.com/step-functions/ is a visual workflow service capable of orchestrating over 14,000+ API actions from over 220 AWS services to build distributed applications and data processing workloads. With this launch, you can now view usage and billing metrics in one dashboard on the AWS Step Functions console. Metrics are available at both account and state-machine level. You can now view these metrics for both standard and express workflows. In addition, existing metrics, such as ApproximateOpenMapRunCount, are available on the metrics dashboard. New dashboard and metrics are available in all AWS Regions where AWS Step Functions is available. To get started, open a dashboard today in the https://console.aws.amazon.com/states/home/. To learn more, visit the Step Functions https://docs.aws.amazon.com/step-functions/latest/dg/procedure-cw-metrics.html
aws.amazon.com
October 30, 2025 at 11:05 PM
🆕 AWS Step Functions now supports IPv6 with dual-stack endpoints, enabling IPv6 traffic via new endpoints. This addresses IPv4 limitations, offering a larger address space and private connectivity via VPC endpoints. Available in select regions.

#AWS #AwsGovcloudUs #AwsStepFunctions
AWS Step Functions now supports IPv6 with dual-stack endpoints
AWS Step Functions adds supports for IPv6. You can now send IPV6 traffic to AWS Step Functions via new dual-stack IPv4 and IPv6 endpoints. AWS Step Functions is a visual workflow service that enables customers to build distributed applications, automate IT and business processes, and build data and machine learning pipelines using AWS services. This enhancement addresses the growing need for IP addresses as the internet continues to expand, providing a larger address space than the traditional IPv4 format. With IPv6 support, organizations modernizing their applications can now build serverless workflows without being constrained by limited IPv4 address space. The new dual-stack endpoints support both IPv4 and IPv6 protocols while maintaining backwards compatibility with existing IPv4 endpoints. Step Functions also supports IPv6 connectivity through PrivateLink interface Virtual Private Cloud (VPC) endpoints, enabling you to access the service privately without traversing the public internet. This enables organizations operating in IPv6 environments to natively integrate with Step Functions without requiring complex translation mechanisms between IPv6 and IPv4. IPv6 support for AWS Step Functions is now generally available in US East (Ohio), US East (N. Virginia), US West (Oregon), US West (N. California) as well as AWS GovCloud (US-East), and AWS GovCloud (US-West) Regions, where AWS Step Functions is available. To learn more about IPv6 support on AWS, visit the documentation page.
aws.amazon.com
September 18, 2025 at 6:41 PM