/nestjs-dynamodb-example

An example Nest.js application that uses AWS DynamoDB.

Primary LanguageTypeScript

DynamoDB Logo

Description

An example Nest.js application that uses AWS DynamoDB.

Entities

  • Users
  • Posts
  • Comments

Access Patterns

  • Create user

  • Get user

  • Update user

  • Delete user

  • Create post

  • Get post

  • Get all post for specified user

  • Get last n posts (with pagination)

  • Update post

  • Delete post

Running the app

$ docker-compose up