# Building a Chatbot with Amazon Bedrock and Temporal

DevFeed: [Building a Chatbot with Amazon Bedrock and Temporal](<https://devfeed.tech/articles/amazon-bedrock-with-temporal-rock-solid-35707.md>)

Original publisher: [Read original article](<https://temporal.io/blog/amazon-bedrock-with-temporal-rock-solid>)

Author: Steve Androulakis

Published: 2024-06-18T19:00:00Z

Content type: tutorial

Language: en

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

Topics: [Amazon Bedrock](<https://devfeed.tech/topics/amazon-bedrock.md>), [Chat Bot](<https://devfeed.tech/topics/chatbot.md>), [Conversational AI](<https://devfeed.tech/topics/conversational-ai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [AI Development](<https://devfeed.tech/topics/ai-development.md>)

Tags: [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [conversational-ai](<https://devfeed.tech/tags/conversational-ai.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [large-language-models-llms](<https://devfeed.tech/tags/large-language-models-llms.md>), [logging](<https://devfeed.tech/tags/logging.md>), [observability](<https://devfeed.tech/tags/observability.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [rate-limiting](<https://devfeed.tech/tags/rate-limiting.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

## AI overview

A tutorial on building a chatbot with Temporal and Amazon Bedrock. It discusses production challenges such as storing conversational history, managing long-running sessions, handling restoration, rate-limiting model calls, and providing logging, tracing, and observability.

## Source excerpt

In this blog, we walk through the steps required to build a chatbot powered by Temporal and Amazon Bedrock.