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
9
10
11
12
13
14
15
16
17
# Changelog

## 0.0.3

### Changed

- Bump `zip` from 7.2.0 to 8.0.0
- Bump `uuid` from 1.20.0 to 1.21.0
- Add crate metadata (authors, description, license, repository, homepage, keywords, categories)

## 0.0.2

* Add tag support to `InstanceSpec` via `TagMap`, `TagKey`, `TagValue` types.

## 0.0.1

* Initial release.