aaronsu11/langgraph-checkpoint-dynamodb
A single-table DynamoDB implementation of the LangGraph checkpoint saver interface.
This project helps developers build intelligent applications that remember past conversations and workflows. It takes the changing 'state' of a conversational AI or multi-step process and reliably saves it to a database. The output is a robust application that can pick up exactly where it left off, allow human intervention, or even "rewind" to previous points in a conversation. Developers creating AI agents, chatbots, or complex automated workflows would use this.
Use this if you are building an AI agent or multi-step workflow with LangGraph and need a reliable, scalable way to save its progress and conversational history using AWS DynamoDB.
Not ideal if you are not using LangGraph for your application or if you prefer a different database or cloud provider for persistence.
Stars
27
Forks
5
Language
Python
License
MIT
Category
Last pushed
Nov 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/aaronsu11/langgraph-checkpoint-dynamodb"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
langchain-ai/langgraphjs
Framework to build resilient language agents as graphs.
von-development/awesome-LangGraph
An index of the LangChain + LangGraph ecosystem: concepts, projects, tools, templates, and...
kyrolabs/awesome-langchain
😎 Awesome list of tools and projects with the awesome LangChain framework
wassim249/fastapi-langgraph-agent-production-ready-template
A production-ready FastAPI template for building AI agent applications with LangGraph...
redis-developer/langgraph-redis
Redis checkpointer and store for memory management in LangGraph