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
Download locations CSV file from here
The easiest way to import data to your environment is to run the integration test ShouldImportLocations
dotnet aws deployment-project generate --output ../Api.DeploymentProject --project-display-name "ASP.NET Core app with DynamoDB"
dotnet aws deploy --project-path ./src/Api/Api.csproj
Run docker compose up in the local-test-env folder