PSCloudFormation Module
Description
Easy CloudFormation deployments from the PowerShell command line.
PSCloudFormation Cmdlets
Get-PSCFNStackOutputs
Get the outputs of a stack in various formats
New-PSCFNPackage
Packages the local artifacts (local paths) that your AWS CloudFormation template references, similarly to aws cloudformation package
.
New-PSCFNStack
Calls the AWS CloudFormation CreateStack API operation.
Remove-PSCFNStack
Calls the AWS CloudFormation DeleteStack API operation.
Reset-PSCFNStack
Deletes, then recreates a stack.
Update-PSCFNStack
Calls the AWS CloudFormation UpdateStack API operation.
New-PSCFNChangeset
Calls the AWS CloudFormation CreateChangeSet API operation.
Export-PSCFNTerraform
Export an existing CloudFormation stack to Terraform Configuration.