🚀 Our inaugural State of Local Development and Testing report is live! Explore insights & best practices now

Documentation

.NET

Description

Amazon DynamoDB is a fully managed proprietary NoSQL database service that supports key–value and document data structures and is offered by Amazon.com as part of the Amazon Web Services portfolio.

Examples

var dynamoDbContainer = new DynamoDbBuilder()
  .WithImage("amazon/dynamodb-local:1.21.0")
  .Build();
await dynamoDbContainer.StartAsync();