8000 GitHub - andy-g/dotnet-dynamodb-single-table: Example of using single table design in DynamoDB using .net core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Example of using single table design in DynamoDB using .net core

Notifications You must be signed in to change notification settings

andy-g/dotnet-dynamodb-single-table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movies API

Running the Application

    docker run -d -p 8000:8000 amazon/dynamodb-local
    cd Movies.LocalDynamoDB
    dotnet run
    cd ..
    cd Movies.API
    dotnet run

About

Example of using single table design in DynamoDB using .net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%
0