Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 855 Bytes

File metadata and controls

13 lines (8 loc) · 855 Bytes

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.