Skip to content

aws-quickstart/quickstart-dotnet-serverless-cicd

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ci
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

quickstart-dotnet-serverless-cicd

.NET Serverless CI/CD on the AWS Cloud

.NET Framework is a managed execution environment for applications that provides memory management, class libraries, versioning, and other software development tools.

Quick Start Architecture for Solumina MES

This Quick Start builds a .NET serverless CI/CD (continuous integration and continuous delivery) environment on the Amazon Web Services (AWS) Cloud to provide a pipeline for .NET Framework workloads. It can perform the following functions:

  • Fetch the latest source code and save it to a source artifact store.
  • Automatically build the application.
  • Deploy the application to the target environment.

The Quick Start is for developers who are looking for a deployment pipeline to implement CI/CD for their .NET Framework workloads on AWS. It includes AWS CloudFormation templates that set up the CI/CD environment in about 40 minutes.

!(Quick Start architecture for .NET Serverless CI/CD on the AWS Cloud](https://d0.awsstatic.com/partner-network/QuickStart/dotnet-serverless-cicd-architecture.png)

For architectural details, best practices, step-by-step instructions, and customization options, see the deployment guide.

To post feedback, submit feature ideas, or report bugs, use the Issues section of this GitHub repo.

If you'd like to submit code for this Quick Start, please review the AWS Quick Start Contributor's Kit.