Coming soon

amalgame-dynamodb

DynamoDB / Cosmos / Firestore via HTTP.

amc package add dynamodb GitHub ↗ ← Back to the ecosystem

Overview

Upcoming package: client for hyperscaler NoSQL DBs (DynamoDB on AWS, Cosmos on Azure, Firestore on GCP). HTTP+JSON API — no native binding needed, just amalgame-net-http + AWS SigV4 / Google OAuth request signing.

Features

  • PutItem, GetItem, Query, Scan API
  • AWS SigV4 signature for DynamoDB
  • OAuth for Firestore, AAD for Cosmos
  • Batches and transactions
  • Status: planning

Example

Minimal usage example — copy-paste runnable after install.

# Coming soon
# amc package add dynamodb

At a glance

Related packages