Skip to content

rguarinonews/aws-sdk-net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS SDK for .NET

The AWS SDK for .NET enables .NET developers to easily work with Amazon Web Services and build scalable solutions with Amazon S3, Amazon DynamoDB, Amazon Glacier, and more. You can get started in minutes using nuget or by downloading the AWS Tools for Windows.

Features

  • Provides easy-to-use HTTP clients for all supported AWS services, regions, and authentication protocols.
  • Amazon DynamoDB Object Persistence Framework - Uses Plain Old C# Objects (POCOs) to store and retrieve Amazon DynamoDB data.
  • Amazon S3 Transfer Utility - With a simple API, achieves enhanced throughput, performance, and reliability by using multi-threaded Amazon S3 multi-part calls.
  • Amazon Glacier ArchiveTransferManager - Eases transferring data to and from Amazon Glacier by automatically dividing large files into parts and by computing check sums.
  • Amazon DynamoDB Session State Provider - Removes the session state scaling bottleneck by easily storing ASP.NET session state in DynamoDB.
  • Automatically uses IAM Instance Profile Credentials on configured Amazon EC2 instances.
  • And more!

Getting Started

  1. Sign up for AWS - Before you begin, you need an AWS account. Please see the AWS Account and Credentials section of the developer guide for information about how to create an AWS account and retrieve your AWS credentials.
  2. Minimum requirements - To run the SDK you need the Microsoft .NET Framework 3.5 or later. For more information about the requirements and optimum settings for the SDK, please see the .NET Development Environment section of the developer guide.
  3. Install the SDK - Using nuget is the easiest way to add the AWS SDK for .NET to a Visual Studio project. Simply type the following in the Package Manager Console: 'Install-Package AWSSDK' Please see the Install the AWS SDK for .NET section of the developer guide for more detailed information about installing the SDK with nuget and through other means.
  4. Using the SDK - The best way to become familiar with how to use the SDK is to read the Developer Guide.

About

Official mirror of the AWS SDK for .NET. For more information on the AWS SDK for .NET, see our web site:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published