An example Nest.js application that uses AWS DynamoDB.
- Users
- Posts
- Comments
-
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
$ docker-compose up