VaporShell icon indicating copy to clipboard operation
VaporShell copied to clipboard

A PowerShell module for building, packaging and deploying AWS CloudFormation templates

Results 4 VaporShell issues
Sort by recently updated
recently updated
newest added

I seem to be unable to use SSM Document Parameters in an SSM Association Trying to get vaporshell to output the parameter on an SSM association as follows, which is...

## Description The New-VSCloudWatchAlarm requires a Double for the Threshold parameter. It should accept int and cast. ## Steps to reproduce ```powershell New-VSCloudWatchAlarm -ComparisonOperator GreaterThanOrEqualToThreshold -EvaluationPeriods 1 -LogicalId one -Threshold...

This has already been started on the `feature/template-reconstructor` branch, raising this issue for awareness as well as provide a place for those that are interested to subscribe to updates. The...

enhancement
backlog

It seems there are some formatting differences when you add metadata to the whole template, versus just in a launch configuration. As an example, see [this gist](https://gist.github.com/cbrowningcp/4aa57f8fa4bc55f66167ca0516a4f0ad). Ideally, the metadata...

bug
enhancement