Agentic Service Discovery

Resources

A

AWS DynamoDB

by Amazon Web Services

Connect agents to AWS DynamoDB to read, write, query, and scan items in NoSQL tables.

DatabaserBetaltAPI-nøglenosqldatabaseawskey-valueserverlesscloud

Sådan bruger agenter AWS DynamoDB

  • Store and retrieve agent workflow state across executions
  • Write processed events or results to DynamoDB as a fast lookup store
  • Query records by partition key for targeted data retrieval
  • Maintain counters and aggregates with atomic update expressions
  • Cache external API results with TTL-based expiry

Agenthandlinger

Get ItemRetrieve a single item from a DynamoDB table by its primary key

Input: tableName, key

Returnerer: item, found

Put ItemCreate or fully replace an item in a DynamoDB table

Input: tableName, item, conditionExpression

Returnerer: success

Update ItemUpdate specific attributes on an existing item

Input: tableName, key, updateExpression, expressionAttributeValues, expressionAttributeNames

Returnerer: item, success

Delete ItemDelete an item from a DynamoDB table by its primary key

Input: tableName, key

Returnerer: success

QueryQuery items by partition key with optional sort key conditions and filters

Input: tableName, keyConditionExpression, expressionAttributeValues, filterExpression, indexName, limit, scanIndexForward

Returnerer: items, count, lastEvaluatedKey

Scan TableScan an entire table or index with optional filter expression

Input: tableName, filterExpression, expressionAttributeValues, limit

Returnerer: items, count, scannedCount

Eksempel på workflows

1

Session management

Agent reads and writes user session state to DynamoDB for stateful workflows

2

Event log storage

Agent writes workflow events to a DynamoDB table for audit and replay

Om AWS DynamoDB

Leverandør
Amazon Web Services
Pris Tjek altid detaljer med udbyderen
BetaltOn-demand: ~$1.25/million writes, $0.25/million reads. Provisioned: per RCU/WCU hour. 25 GB free tier storage.
Godkendelse
API-nøgle
Hastighedsgrænse Tjek altid detaljer med udbyderen
3000 anmodninger / minut
Kompatible noder
AgentResourceInputOutput

Byg et AI-workflow med AWS DynamoDB

Brug Agentic Planner til at designe, visualisere og forbinde AWS DynamoDB med dine andre værktøjer.

Åbn Agentic Planner

Relaterede Databaser-værktøjer

AWS DynamoDB AI Agent Integration | Fugentic