stack-deploy 0.0.3

AWS CloudFormation stack deployment orchestration library with change set review, event monitoring, and Lambda deployment support
Documentation
1
2
3
4
5
6
7
8
pub mod change_set;
pub mod cli;
pub mod events;
pub mod instance_spec;
pub mod lambda;
pub mod secrets;
pub mod stack;
pub mod types;