Skip to content

apehkone/dynamodb-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS AppRunner & DynamoDB Demo

A simple demo project that demonstrates use of AWS .NET SDKs and AWS Deploy Tool for .NET (see)

Functionality is an implementation of the DynamoDb Guide hierarchical data example here

Locations

Download locations CSV file from here

Importing file

The easiest way to import data to your environment is to run the integration test ShouldImportLocations

Deployment project creation

dotnet aws deployment-project generate --output ../Api.DeploymentProject --project-display-name "ASP.NET Core app with DynamoDB"

Deploy

dotnet aws deploy --project-path ./src/Api/Api.csproj

Local test environment

Run docker compose up in the local-test-env folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published