VaporShell
VaporShell copied to clipboard
A PowerShell module for building, packaging and deploying AWS CloudFormation templates
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...
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...