Develop and test your serverless applications locally with DynamoDB local. This repository contains an AWS Lambda function that puts and gets a Person record (First name, Last name, Age) to/from a ...
from langgraph_store_dynamodb import DynamoDBStore store = DynamoDBStore( table_name="your-dynamodb-table-name", max_read_request_units=10, # Optional, default is 10 max_write_request_units=10 # ...