AWS DynamoDB DocumentClient & Node.js - Complete Cheat Sheet

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dynamodb-performance-testing

    Repository with code to run performance tests against Amazon DynamoDB

  • If you are curious about performance of batchWrite, head to dynamodb-performance-testing repo by Alex DeBrie.

  • LocalStack

    💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

  • If you need to use DynamoDB offline locally, you can use DynamoDB local distributed by AWS or DynamoDB from Localstack. Connecting to it is as easy as changing the endpoint parameter DynamoDB or DocumentClient constructor:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • serverless-dynamodb-api-boilerplate

    Production-ready Serverless API with DynamoDB, Typescript and best practices, sponsored by https://dynobase.dev

  • If you're looking for Serverless Framework based CRUD project which uses other AWS Lambda and DynamoDB best practices with Node.js, you can find one on our Github.

  • serverless-graphql

    Serverless GraphQL Examples for AWS AppSync and Apollo

  • If you're looking for Serverless Framework based CRUD project which uses other AWS Lambda and DynamoDB best practices with Node.js, you can find one on our Github.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts