Skip to content

An experiment to test the Single Table design pattern in DynamoDB in comparison to a Multi Table one.

Notifications You must be signed in to change notification settings

ferdingler/dynamodb-single-table

Repository files navigation

Single-Table DynamoDB Pattern

This is a quick-and-dirty example of an implementation of the Single-Table pattern in comparisson to a Multi-Table approach. This project is an AWS CDK application that deploys 2 separate CloudFormation stacks: SingleTableApp and MultiTableApp. Each composed of a Lambda function, an HTTP API and their corresponding DynamoDB tables.

About

An experiment to test the Single Table design pattern in DynamoDB in comparison to a Multi Table one.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published