Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

AWS DynamoDb For Obsidian

leenattressleenattress3k downloads

Query AWS DynamoDB and render tables inside documents.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

header.png

This plugin for Obsidian.md allows you to perform simple AWS DynamoDB queries within your markdown documentation. It was originally designed to aid in single table design by providing a rapid prototyping and querying document during data access pattern discovery.

You create a code block with the type dynamodb and inside it write your query. You can use PartiQL or pass the parameters just as you would when using the DynamoDB client in the AWS SDK.

  • PartiQL select statements for DynamoDB - Amazon DynamoDB
  • Query - Amazon DynamoDB

Features:

  • ✅ Basic Credentials management (Key/Secret)
  • ✅ Query by PartiQL
  • ✅ Query by SDK params
  • ✅ Render to simple inline table
  • ✅ Useful error messages
  • ✅ Region selector
  • ✅ Quick table info (with GSI and LSI details)
  • ❌ Deals with complex nested objects
  • ❌ Deals with large amounts of records (remember to limit)

Commands

Press cmd + p to bring up the command search and type...

  • dynamodb-set-region to change the region your tables are in
  • dynamodb-info-command to list tables in that region and get some basic info on them, such as their global indexes, or the amount of records

Note that the dynamodb-info-command can also be accessed by clickint the dynamo icon on your ribbon, usually located on the top left of Obsidian.

Examples

Query with parameters like in the SDK

```dynamodb
params:
    TableName: Dynamotable
    KeyConditionExpression: pk = :v1 AND sk = :v2
    ExpressionAttributeValues:
      ":v1":
        S: "ORG#3t"
      ":v2":
        S: "ORG#3t"

PartiQL query using begins_with on the sk

```dynamodb
query: SELECT * FROM Dynamotable WHERE pk = 'ORG#Microsoft' AND begins_with("sk", 'ROLE#') 

PartiQL query pk and sk

```dynamodb
query: SELECT * FROM Dynamotable WHERE pk = 'ORG#Microsoft' AND sk = 'ORG#Microsoft'

Has a title and supports emoji

```dynamodb
title: 🍏 PartiQL Scan in a specific region
query: SELECT * FROM Dynamotable
region: us-east-1
66%
HealthFair
ReviewCaution
About
Query DynamoDB from your notes using PartiQL or SDK-style parameters inside a dynamodb code block for rapid prototyping and access-pattern discovery. Render results as a simple inline table, manage basic AWS credentials and region, and view quick table info including GSIs/LSIs with clear error messages.
DataTablesIntegrations
Details
Current version
1.0.1
Last updated
4 years ago
Created
4 years ago
Updates
1 release
Downloads
3k
Compatible with
Obsidian 0.15.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
leenattressleenattress
www.leenattress.com/
GitHubleenattress
  1. Community
  2. Plugins
  3. Data
  4. AWS DynamoDb For Obsidian

Related plugins

Datacore

An even faster reactive query engine for the data obsessed.

Super Simple Time Tracker

Multi-purpose time trackers for your notes.

Advanced Tables

Improved table navigation, formatting, and manipulation.

Local REST API & MCP Server

Unlock your automation needs by interacting with your notes over a secure REST API.

BRAT

Easily install a beta version of a plugin for testing.

Maps

Adds a map layout to bases so you can display notes as an interactive map view.

Tracker

Track occurrences and numbers in your notes.

Self-hosted LiveSync

Sync vaults securely to self-hosted servers or WEBRTC.

Zotero Integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero.

Readwise Official

Sync highlights from Readwise to your vault.