# Build resilient distributed Workflows with the Temporal TypeScript SDK

DevFeed: [Build resilient distributed Workflows with the Temporal TypeScript SDK](<https://devfeed.tech/articles/build-resilient-distributed-workflows-with-the-temporal-typescript-sdk-35739.md>)

Original publisher: [Read original article](<https://temporal.io/blog/build-resilient-distributed-workflows-with-temporal-typescript-sdk-demo>)

Author: Tim Imkin

Published: 2025-04-01T00:00:00Z

Content type: tutorial

Language: en

Sources: [Temporal Blog](<https://devfeed.tech/sources/temporal-blog.md>)

Topics: [SDKs](<https://devfeed.tech/topics/sdks.md>), [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [build](<https://devfeed.tech/tags/build.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [retries](<https://devfeed.tech/tags/retries.md>), [sdk](<https://devfeed.tech/tags/sdk.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

This article describes a Temporal and AWS demonstration of an e-commerce order fulfillment Workflow built with Temporal's TypeScript SDK. It explains how state management, worker failover, retries, error handling, signals, timeouts, and monitoring support resilient distributed applications.

## Source excerpt

Build fault-tolerant systems with Temporal's TypeScript SDK on AWS. See e-commerce Workflow demos, smart retries, signals, and monitoring tools.