Skip to content

Add session management documentation guide#108

Open
kaleko wants to merge 2 commits into
mainfrom
feature/session-management-docs
Open

Add session management documentation guide#108
kaleko wants to merge 2 commits into
mainfrom
feature/session-management-docs

Conversation

@kaleko
Copy link
Copy Markdown
Contributor

@kaleko kaleko commented May 14, 2026

Adds docs/SESSION_MANAGEMENT.md covering:

  • Architecture approaches comparison (DynamoDB+APIGW, localStorage, AgentCore Memory listing, S3)
  • Full DynamoDB + API Gateway implementation: table schema, CDK code, Lambda handler, frontend service
  • Session flow (create, list, resume, update, delete)
  • Session resumption via AgentCore Memory's runtimeSessionId
  • Advanced patterns for long-running agents (status tracking, polling, cancellation)
  • Session naming strategies
  • Cost considerations
  • Client-side localStorage alternative for prototypes

@kaleko kaleko requested a review from a team May 14, 2026 16:14
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant