Skip to content

Examples on how to configure an AWS CodePipeline to deploy ASP.NET Core applications to AWS services.

License

Notifications You must be signed in to change notification settings

normj/ExampleNETCoreDeployWithAWSCodePipeline

Repository files navigation

Examples Deploynig .NET Core With AWS CodePipeline

This repo is an example of how to setup a AWS CodePipeline that builds a GitHub repository containing an ASP.NET Core 2.2 application using CodeBuild and then deploying to Elastic Beanstalk.

The file beanstalk-cloudformation.template takes in a GitHub repo information and existing Elastic Beanstalk environment and sets up the CodeBuild project and CodePipeline.

The buildspec.yml builds the project. It uses the Amazon.ElasticBeanstalk.Tools .NET Core Global Tool to package up the application and required the required JSON manifest aws-windows-deployment-manifest.json file.

About

Examples on how to configure an AWS CodePipeline to deploy ASP.NET Core applications to AWS services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages