Skip to content

Commit

Permalink
Merge branch 'master' into stack-name-activity-monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 27, 2021
2 parents f8d2392 + 354686b commit f059a70
Show file tree
Hide file tree
Showing 32 changed files with 2,137 additions and 385 deletions.
286 changes: 273 additions & 13 deletions DEPRECATED_APIs.md

Large diffs are not rendered by default.

1,121 changes: 1,121 additions & 0 deletions deprecated_apis.txt

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions packages/@aws-cdk/assertions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ template.
```ts
const expected = {
Resources: {
Type: 'Foo::Bar',
Properties: {
Baz: 'Qux',
BarLogicalId: {
Type: 'Foo::Bar',
Properties: {
Baz: 'Qux',
},
},
},
};
Expand All @@ -62,7 +64,7 @@ to change this.

Snapshot testing is a common technique to store a snapshot of the output and
compare it during future changes. Since CloudFormation templates are human readable,
they are a good target for åßsnapshot testing.
they are a good target for snapshot testing.

The `toJSON()` method on the `Template` can be used to produce a well formatted JSON
of the CloudFormation template that can be used as a snapshot.
Expand Down
Loading

0 comments on commit f059a70

Please sign in to comment.