FSharp.AWS.DynamoDB 0.13.0-beta

This is a prerelease version of FSharp.AWS.DynamoDB.
dotnet add package FSharp.AWS.DynamoDB --version 0.13.0-beta
                    
NuGet\Install-Package FSharp.AWS.DynamoDB -Version 0.13.0-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharp.AWS.DynamoDB" Version="0.13.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FSharp.AWS.DynamoDB" Version="0.13.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="FSharp.AWS.DynamoDB" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FSharp.AWS.DynamoDB --version 0.13.0-beta
                    
#r "nuget: FSharp.AWS.DynamoDB, 0.13.0-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FSharp.AWS.DynamoDB@0.13.0-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FSharp.AWS.DynamoDB&version=0.13.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FSharp.AWS.DynamoDB&version=0.13.0-beta&prerelease
                    
Install as a Cake Tool

An idiomatic F# wrapper for the AWS DynamoDB SDK.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on FSharp.AWS.DynamoDB:

Package Downloads
Equinox.DynamoStore

Efficient event sourced decisions and data

MBrace.AWS

An MBrace cluster implementation on top of AWS PaaS. Bundles a standalone executable for setup of local worker instances.

Alma.DynamoDB

Library for accessing a DynamoDB storage.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.13.0-beta 94 12/20/2025
0.12.3-beta 3,181 12/17/2024
0.12.2-beta 306 11/14/2024
0.12.1-beta 383 10/16/2024
0.12.0-beta 15,407 11/29/2023
0.11.2-beta 42,447 10/11/2022
0.11.1-beta 21,945 7/15/2022
0.11.0-beta 2,510 5/13/2022
0.10.1-beta 661 4/12/2022
0.10.0-beta 265 4/12/2022
0.9.4-beta 300 4/6/2022
0.9.3-beta 5,915 10/7/2021
0.9.2-beta 391 9/30/2021
0.9.1-beta 304 9/30/2021
0.9.0-beta 296 9/29/2021
0.8.2-beta 5,450 12/18/2020
0.8.1-beta 2,405 5/26/2020
0.8.0-beta 14,094 2/8/2018
0.7.0-beta 3,027 11/22/2016
0.6.0-beta 1,123 10/19/2016
0.5.0-beta 1,108 8/7/2016
0.4.1-beta 1,526 6/6/2016
0.4.0-beta 1,160 6/1/2016
0.3.1-beta 1,343 5/20/2016
0.3.0-beta 1,150 3/29/2016
0.2.1-beta 1,324 3/22/2016
0.2.0-beta 1,296 3/21/2016
0.1.1-beta 1,136 3/15/2016
0.1.0-beta 1,349 3/14/2016

Updated `AWSSDK.DynamoDBv2` dependency to `4.0.10.4` [#86](https://github.com/fsprojects/FSharp.AWS.DynamoDB/pull/86).
(breaking) NOTE [the underlying dependency change may trigger breaking changes to your application](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html) that can impact your application either as compile-time errors (if your system has low-level calls not using this library), or runtime exceptions (if you have external logic that falls foul of the V4 SDK changed `List`/`Dictionary` behavior)