Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.11 KB

CloudFormation MSBuild Tasks

This is a library that adds MSBuild tasks for packaging, deploying and updating CloudFormation templates from MSBuild without needing to install the entire AWS CLI. This library is currently experimental, use at your own risk.

Currently includes tasks for:

  • Packaging and deploying templates
  • Updating CodeUri location (global regex find/replace)

Future:

  • Update Code/CodeUri location (specify exact path)
  • Full support for all packagable resources (currently only some resources are supported)
  • Update IAM permissions

Installation

dotnet add package Cythral.CloudFormation.BuildTasks

Packages

Cythral.CloudFormation.BuildTasks Nuget

License

This project is licensed under the MIT License