How to implement DynamoDB Repository Pattern with NestJS?

Hoang Dinh
ITNEXT
Published in
6 min readJun 11, 2023

--

Photo by Jandira Sonnendeck on Unsplash

DynamoDB is a famous Document base database if you are working with Amazon Web Service. And NestJS is a backend framework for NodeJS, you can run a NestJS project as a Serverless project.

In this story, we will combine them in a simple project. This means we focus on how to communicate with DynamoDB.

--

--