cloudformatious 0.7.0

Extension traits for rusoto_cloudformation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# `cloudformatious` tests

Run these tests with `cargo run` from the project root.

## Requirements

The integration tests perform actual CloudFormation operations against an actual AWS account, and as such need actual AWS credentials.
Any mechanism supported by [`aws_config::load_from_env`](https://docs.rs/aws-config/latest/aws_config/fn.load_from_env.html) will work.

A CloudFormation template is included to deploy test dependencies: [`cloudformatious-testing.yaml`](cloudformatious-testing.yaml).
Currently this is just an IAM policy granting CloudFormation permissions.
You will need to attach the generated policy to principal you use to run the tests.