The Wayback Machine - https://web.archive.org/web/20210416144256/https://dev.to/t/dynamodb

DEV Community

loading...

# dynamodb

👋 Sign in for the ability sort posts by top and latest.
DynamoDB Attribute Packing for Single-Table Designs

DynamoDB Attribute Packing for Single-Table Designs

7
4 min read
A better way to work with AWS DynamoDB and .NET

A better way to work with AWS DynamoDB and .NET

6
4 min read
Serverless Authentication with AWS Lambda

Serverless Authentication with AWS Lambda

17
5 min read
How to model one-to-many relationships with AppSync and DynamoDB

How to model one-to-many relationships with AppSync and DynamoDB

12
3 min read
How to Store Large Attribute Values in DynamoDB

How to Store Large Attribute Values in DynamoDB

6
6 min read
DynamoDB Sparse Indexes with Transparent Follow

DynamoDB Sparse Indexes with Transparent Follow

6
4 min read
Amazon DynamoDB: pointer strategy

Amazon DynamoDB: pointer strategy

16
6 min read
Migrating DynamoDB data using Lamba + Streams

Migrating DynamoDB data using Lamba + Streams

7
2 min read
Select Count(*) from DynamoDB Group By with Streams

Select Count(*) from DynamoDB Group By with Streams

2
11 min read
OneTable CLI for DynamoDB Migrations

OneTable CLI for DynamoDB Migrations

5
6 min read
DynamoDB Scan: the most efficient operation 😉

DynamoDB Scan: the most efficient operation 😉

27 3
7 min read
Data Modeling for DynamoDB Single Table Designs with OneTable

Data Modeling for DynamoDB Single Table Designs with OneTable

11
13 min read
DynamoDB Checklist

DynamoDB Checklist

13
10 min read
Health Checking S3 and DynamoDB in AWS

Health Checking S3 and DynamoDB in AWS

12
5 min read
Evolving DynamoDB Designs

Evolving DynamoDB Designs

2
3 min read
Building a Multi-Region app with AWS CDK - Part 1

Building a Multi-Region app with AWS CDK - Part 1

4
6 min read
Using PartiQL to query AWS DynamoDb in Javascript

Using PartiQL to query AWS DynamoDb in Javascript

15 4
12 min read
Creating APIs with NodeJS, DynamoDB and AWS Lambda: A better workflow with dynamoose

Creating APIs with NodeJS, DynamoDB and AWS Lambda: A better workflow with dynamoose

2 3
4 min read
DynamoDB OneTable

DynamoDB OneTable

3 1
6 min read
Lock Down DynamoDB with IAM Policy Conditions

Lock Down DynamoDB with IAM Policy Conditions

15
6 min read
Scheduled Task Processing with DynamoDB and Eventbridge

Scheduled Task Processing with DynamoDB and Eventbridge

10
3 min read
Processing Data in Real-Time with DynamoDB Streams

Processing Data in Real-Time with DynamoDB Streams

3
5 min read
SMS Campaigns on Amazon Pinpoint - One Time Send

SMS Campaigns on Amazon Pinpoint - One Time Send

3
5 min read
Using DynamoDB on your local with NoSQL Workbench

Using DynamoDB on your local with NoSQL Workbench

3
4 min read
Managing Changing Access Patterns With DynamoDB

Managing Changing Access Patterns With DynamoDB

6
10 min read
New Features in Amazon DynamoDB - PartiQL, Export to S3, Integration with Kinesis Data Streams

New Features in Amazon DynamoDB - PartiQL, Export to S3, Integration with Kinesis Data Streams

8
12 min read
Notes from Data modeling with Amazon DynamoDB – Part 1 with Alex DeBrie

Notes from Data modeling with Amazon DynamoDB – Part 1 with Alex DeBrie

15 1
3 min read
Comparing Fauna and DynamoDB

Comparing Fauna and DynamoDB

8
13 min read
Serverless Architectures with Amazon DynamoDB and Amazon Kinesis Streams with AWS Lambda

Serverless Architectures with Amazon DynamoDB and Amazon Kinesis Streams with AWS Lambda

2
1 min read
DynamoDB Scan (and why 128.5 RCU?)

DynamoDB Scan (and why 128.5 RCU?)

7
13 min read
DynamoDB PartiQL - part II: SELECT

DynamoDB PartiQL - part II: SELECT

7
9 min read
SMS OTP Authentication Using AWS Backend

SMS OTP Authentication Using AWS Backend

5
11 min read
DynamoDB PartiQL – part I: INSERT

DynamoDB PartiQL – part I: INSERT

11
7 min read
DynamoDB with Go #12 - Condition on other item from item collection

DynamoDB with Go #12 - Condition on other item from item collection

5
3 min read
Simple Atomic Counter with DynamoDB and API Gateway

Simple Atomic Counter with DynamoDB and API Gateway

5
3 min read
7 AWS Services Every Developer Should Know About

7 AWS Services Every Developer Should Know About

15
5 min read
DynamoDB with Go #11 - Expressions API

DynamoDB with Go #11 - Expressions API

5
5 min read
DynamoDB with Go #10 - Gotcha with empty slices

DynamoDB with Go #10 - Gotcha with empty slices

6
5 min read
DynamoDB Design Patterns for Single Table Design

DynamoDB Design Patterns for Single Table Design

5
2 min read
DynamoDB with Go #9 - Switching the toggle, toggling the switch

DynamoDB with Go #9 - Switching the toggle, toggling the switch

7
7 min read
DynamoDB with Go #8 - Implement hierarchical data with Single Table Design

DynamoDB with Go #8 - Implement hierarchical data with Single Table Design

6
12 min read
Wednesday Links - Edition 2020-09-23

Wednesday Links - Edition 2020-09-23

2
1 min read
Flexible Upsert With DynamoDB

Flexible Upsert With DynamoDB

6
5 min read
DynamoDB with Go #7 - Modelling hierarchical data with Single Table Design

DynamoDB with Go #7 - Modelling hierarchical data with Single Table Design

8
5 min read
DynamoDB with Go #6 - Legacy IDs mapping with transactions

DynamoDB with Go #6 - Legacy IDs mapping with transactions

2
4 min read
#100DaysOfCloud | Day 8

#100DaysOfCloud | Day 8

2
2 min read
Транзакції в DynamoDB

Транзакції в DynamoDB

11
3 min read
Introducing Jedlik: Nicer DynamoDB for Developers

Introducing Jedlik: Nicer DynamoDB for Developers

13 3
5 min read
Create a REST API integrated with Amazon DynamoDB using AWS Amplify and Vue

Create a REST API integrated with Amazon DynamoDB using AWS Amplify and Vue

29
12 min read
Using aws-auto-cleanup to keep an AWS test account neat & tidy (and minimal cost!)

Using aws-auto-cleanup to keep an AWS test account neat & tidy (and minimal cost!)

5
4 min read
Clean DynamoDB data automaticlly

Clean DynamoDB data automaticlly

14
2 min read
DynamoDB with Go #5 - Legacy IDs mapping

DynamoDB with Go #5 - Legacy IDs mapping

2
4 min read
DynamoDB with Go #4 - Indices

DynamoDB with Go #4 - Indices

4
7 min read
AppSync Resolver Optimization by Removing Unnecessary GetItem's

AppSync Resolver Optimization by Removing Unnecessary GetItem's

4
2 min read
How to build an AppSync API using a single table DynamoDB design

How to build an AppSync API using a single table DynamoDB design

3
12 min read
DynamoDB with Go #3 - Composite Primary Keys

DynamoDB with Go #3 - Composite Primary Keys

6
6 min read
DynamoDB CRUD with NodeJS and Lambda

DynamoDB CRUD with NodeJS and Lambda

11
4 min read
A Brief 10-Point Guide to AWS DyanmoDB

A Brief 10-Point Guide to AWS DyanmoDB

3
3 min read
DynamoDB CheatSheet For NodeJS/JavaScript

DynamoDB CheatSheet For NodeJS/JavaScript

16
3 min read
DynamoDB with Go #2 - Put & Get

DynamoDB with Go #2 - Put & Get

9
4 min read
loading...