Skip to content

aws/dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

alt text

aws/dotnet is the GitHub home for .NET development on AWS. You'll find libraries, tools, and resources to help you build .NET applications and services on AWS.

Click on the links below to jump to a section:

Online Resources

AWS Developer Center - Explore .NET on AWS
Find all the .NET code samples, step-by-step guides, videos, blog content, tools, and information about live events that you need in one place.

AWS Developer Blog - .NET
Come see what .NET developers at AWS are up to! Learn about new .NET software announcements, guides, and how-to's.

@dotnetonaws
Follow us on Twitter!

Software and Libraries

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.

AWS Lambda for .NET Core
This repository contains tools and blueprints used to create C# and Powershell AWS Lambda functions.

AWS Extensions .NET Core Setup
nuget downloads
This library is an extension for the AWS SDK for .NET to integrate with .NET Core configuration and dependency injection frameworks.

AWS Logging .NET
nuget downloads
These libraries integrate Amazon CloudWatch Logs with popular .NET logging libraries.

Amazon Cognito Authentication Extension Library
nuget downloads
The Amazon Cognito Extension Library simplifies the authentication process of Amazon Cognito User Pools for .NET developers. It allows you to use various authentication methods for Amazon Cognito User Pools with only a few short method calls, along with making the process intuitive.

AWS Secrets Manager Caching Library for .NET
nuget downloads
The AWS Secrets Manager caching client enables in-process caching of secrets for .NET applications.

ASP.NET Core Identity Provider for Amazon Cognito
nuget downloads
ASP.NET Core Identity Provider for Amazon Cognito simplifies using Amazon Cognito as a membership storage solution for building ASP.NET Core web applications using ASP.NET Core Identity.

AWS .NET Configuration Extension for Systems Manager
nuget downloads
Configuration Extension for Systems Manager library simplifies using AWS SSM's Parameter Store as a source for configuration information for .NET Core applications. This project was contributed by @KenHundley.

Amazon ElastiCache Cluster Configuration for .NET
nuget downloads
Amazon ElastiCache Cluster Configuration is an enhanced .NET library that supports connecting to an Amazon ElastiCache cluster for Auto Discovery. This client library is an extension built upon Enyim and is released under the Apache 2.0 License.

AWS Systems Manager ASP.NET Core Data Protection Provider
nuget downloads
AWS Systems Manager ASP.NET Core Data Protection Provider library allows you to use AWS SSM's Parameter Store to store keys generated by ASP.NET's Data Protection API. This enables you to scale by allowing multiple web servers to share the keys.

Amazon.Lambda.RuntimeSupport
nuget downloads
Amazon.Lambda.RuntimeSupport library makes it easy to create Lambda functions using .NET standard 2.0-compatible runtimes.

DynamoDB Accelerator (DAX) for Microsoft .NET
nuget downloads
DynamoDB Accelerator (DAX) for Microsoft .NET -- DAX is a fully managed, in-memory cache for DynamoDB.

AWS X-Ray SDK for .NET
AWS X-Ray helps developers analyze and debug distributed applications. With X-Ray, you can understand how your application and its underlying services are performing to identify and troubleshoot the root cause of performance issues and errors.

Amazon S3 Encryption Client for .NET
nuget downloads
Amazon S3 Encryption Client for .NET is a client-side encryption library designed to make it easy for everyone to encrypt and decrypt data using industry standards and best practices. It enables you to focus on the core functionality of your application, rather than on how to best encrypt and decrypt your data.

AWS .NET Distributed Cache Provider
nuget downloads
The AWS .NET Distributed Cache Provider provides an implementation of the ASP.NET Core interface IDistributedCache backed by Amazon DynamoDB. A common use of an IDistributedCache implementation is to store ephemeral, non-critical session state data in ASP.NET Core applications.

AWS Message Processing Framework for .NET
nuget downloads
The AWS Message Processing Framework for .NET is an AWS-native framework that simplifies the development of .NET message processing applications that use AWS services, such as Amazon Simple Queue Service (SQS), Amazon Simple Notification Service (SNS), and Amazon EventBridge. The framework reduces the amount of boiler-plate code developers need to write, allowing you to focus on your business logic when publishing and consuming messages.

.NET Development Tools

AWS Toolkit for Visual Studio 2022
VS Marketplace downloads
The AWS Toolkit for Visual Studio 2022 is an extension for Microsoft Visual Studio 2022 on Microsoft Windows. The toolkit makes it easier for developers to develop, debug, and deploy .NET and .NET Core applications using Amazon Web Services.

AWS Toolkit for Visual Studio 2017 and 2019
VS Marketplace downloads
The AWS Toolkit for Visual Studio 2017 and 2019 is an extension for Microsoft Visual Studio 2017 and 2019 on Microsoft Windows. The toolkit makes it easier for developers to develop, debug, and deploy .NET and .NET Core applications using Amazon Web Services.

AWS Toolkit for JetBrains
JetBrains Marketplace downloads
The AWS Toolkit for JetBrains works with Rider and adds support for working with AWS services such as AWS Lambda and S3.

AWS Toolkit for Visual Studio Code
VS Marketplace downloads
The AWS Toolkit for Visual Studio Code is a VS Code extension that lets you work with AWS services such as AWS Lambda.

AWS Toolkit for Azure DevOps
VS Marketplace downloads
Tasks for Amazon S3, AWS Elastic Beanstalk, AWS CodeDeploy, AWS Lambda and AWS CloudFormation and more, and running commands in the AWS Tools for Windows PowerShell module and the AWS CLI.

AWS Tools for Windows PowerShell and PowerShell Core


The AWS Tools for Windows PowerShell and PowerShell Core let developers and administrators manage their AWS services from the PowerShell scripting environment.

AWS .NET Mock Lambda Test Tool - Preview
nuget downloads
The AWS .NET Mock Lambda Test Tool is a tool that can be used to load a .NET Core Lambda project and execute the selected code inside an emulated Lambda environment. An IDE that is attached to the process hosting this tool can then debug and step through the .NET Core Lambda code. The tool is optimized for quick local debugging with minimal dependencies.

AWS Lambda Tools for Powershell
The AWS Lambda Tools for Powershell can be used to create and deploy AWS Lambda functions written in PowerShell.

AWS Extensions for dotnet CLI
nuget downloads
This repository contains AWS tool extensions to the .NET CLI. These tool extensions are focused on building .NET Core and ASP.NET Core applications and deploying them to AWS services. Many of these deployment commands are the same commands the AWS Toolkit for Visual Studio uses to perform its deployment features.

AWS .NET deployment tool
nuget downloads
This repository contains the AWS .NET deployment tool for .NET CLI - the opinionated tooling that simplifies deployment of .NET applications with minimum AWS knowledge. The tool suggests the right AWS compute service to deploy your application to. It then builds and packages your application as required by the chosen compute service, generates the deployment infrastructure, deploys your application by using the Cloud Development Kit (CDK), and displays the endpoint.

AWS Cloud Resources for .NET

.NET Core EC2 AMIs
Amazon Web Services offers Amazon Machine Images (AMI) with .NET Core on Amazon Linux 2 and Ubuntu.

.NET Core CodeBuild Images
This repository holds Dockerfiles of official AWS CodeBuild curated Docker images. Please refer to the AWS CodeBuild User Guide for list of environments supported by AWS CodeBuild.

Documentation

AWS .NET Developer Guide
The AWS SDK for .NET Developer Guide describes how to implement applications for AWS using the AWS SDK for .NET

AWS SDK for .NET V3 API Reference
Official AWS SDK for .NET API reference.

AWS Tools for Powershell Cmdlet Reference
Official AWS Tools for Powershell Cmdlet reference.

AWS Elastic Beanstalk - Working with .NET
Learn about creating and deploying Elastic Beanstalk Applications in .NET Using AWS Toolkit for Visual Studio

AWS Lambda - Lambda Functions (C#)
Lambda Developer guide describes in detail on how to write C# Lambda functions and how to deploy them.

AWS Lambda - Lambda Functions (PowerShell)
Lambda Developer guide describes in detail on how to write PowerShell Lambda functions and how to deploy them.