[PR #1192] [CLOSED] Add dynamodb to save checkpoint #1937

Closed
opened 2026-02-20 17:45:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1192
Author: @amygtca
Created: 8/1/2024
Status: Closed

Base: mainHead: agtca/dynamo-db-persistence


📝 Commits (4)

  • 442ff3f add dynamodb example file
  • dd0626f Merge branch 'main' into agtca/dynamo-db-persistence
  • 6618239 Merge branch 'main' into agtca/dynamo-db-persistence
  • f65226d Merge branch 'main' into agtca/dynamo-db-persistence

📊 Changes

1 file changed (+202 additions, -0 deletions)

View changed files

examples/persistence_dynamodb.py (+202 -0)

📄 Description

Created a python file example on how to use DynamoDB to save checkpoint.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/1192 **Author:** [@amygtca](https://github.com/amygtca) **Created:** 8/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `agtca/dynamo-db-persistence` --- ### 📝 Commits (4) - [`442ff3f`](https://github.com/langchain-ai/langgraph/commit/442ff3fefba1121258478706917f1fca33f11bc9) add dynamodb example file - [`dd0626f`](https://github.com/langchain-ai/langgraph/commit/dd0626f9eae622f0a702f2eedb2dbff2c4810cbb) Merge branch 'main' into agtca/dynamo-db-persistence - [`6618239`](https://github.com/langchain-ai/langgraph/commit/661823961981d963b0fee5be9db2b1e3c12bc226) Merge branch 'main' into agtca/dynamo-db-persistence - [`f65226d`](https://github.com/langchain-ai/langgraph/commit/f65226d2bf3d2dd258a34c45d24cd62abc54021f) Merge branch 'main' into agtca/dynamo-db-persistence ### 📊 Changes **1 file changed** (+202 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/persistence_dynamodb.py` (+202 -0) </details> ### 📄 Description Created a python file example on how to use DynamoDB to save checkpoint. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:54 -05:00
yindo closed this issue 2026-02-20 17:45:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1937