-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db1cb20
commit 8b0f3ea
Showing
10 changed files
with
278 additions
and
172 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...aws-cdk/aws-iot-actions/test/dynamodbv2/dynamodbv2-put-item-action.integ.snapshot/cdk.out
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"version":"18.0.0"} | ||
{"version":"20.0.0"} |
1 change: 1 addition & 0 deletions
1
...em-action.integ.snapshot/dynamodbv2integtestDefaultTestDeployAssertEF9A9A37.template.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
13 changes: 5 additions & 8 deletions
13
...-cdk/aws-iot-actions/test/dynamodbv2/dynamodbv2-put-item-action.integ.snapshot/integ.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
{ | ||
"version": "18.0.0", | ||
"version": "20.0.0", | ||
"testCases": { | ||
"dynamodb-v2/integ.dynamodb-v2-put-item-action": { | ||
"dynamodbv2-integtest/DefaultTest": { | ||
"stacks": [ | ||
"test-dynamo-d-bv2-put-item-action-stack" | ||
"test-dynamodbv2-put-item-action-stack" | ||
], | ||
"diffAssets": false, | ||
"stackUpdateWorkflow": true | ||
"assertionStack": "dynamodbv2integtestDefaultTestDeployAssertEF9A9A37" | ||
} | ||
}, | ||
"synthContext": {}, | ||
"enableLookups": false | ||
} | ||
} |
27 changes: 18 additions & 9 deletions
27
...k/aws-iot-actions/test/dynamodbv2/dynamodbv2-put-item-action.integ.snapshot/manifest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,63 @@ | ||
{ | ||
"version": "18.0.0", | ||
"version": "20.0.0", | ||
"artifacts": { | ||
"Tree": { | ||
"type": "cdk:tree", | ||
"properties": { | ||
"file": "tree.json" | ||
} | ||
}, | ||
"test-dynamo-d-bv2-put-item-action-stack": { | ||
"test-dynamodbv2-put-item-action-stack": { | ||
"type": "aws:cloudformation:stack", | ||
"environment": "aws://unknown-account/unknown-region", | ||
"properties": { | ||
"templateFile": "test-dynamo-d-bv2-put-item-action-stack.template.json", | ||
"templateFile": "test-dynamodbv2-put-item-action-stack.template.json", | ||
"validateOnSynth": false | ||
}, | ||
"metadata": { | ||
"/test-dynamo-d-bv2-put-item-action-stack/TopicRule/Resource": [ | ||
"/test-dynamodbv2-put-item-action-stack/TopicRule/Resource": [ | ||
{ | ||
"type": "aws:cdk:logicalId", | ||
"data": "TopicRule40A4EA44" | ||
} | ||
], | ||
"/test-dynamo-d-bv2-put-item-action-stack/TopicRule/TopicRuleActionRole/Resource": [ | ||
"/test-dynamodbv2-put-item-action-stack/TopicRule/TopicRuleActionRole/Resource": [ | ||
{ | ||
"type": "aws:cdk:logicalId", | ||
"data": "TopicRuleTopicRuleActionRole246C4F77" | ||
} | ||
], | ||
"/test-dynamo-d-bv2-put-item-action-stack/TopicRule/TopicRuleActionRole/DefaultPolicy/Resource": [ | ||
"/test-dynamodbv2-put-item-action-stack/TopicRule/TopicRuleActionRole/DefaultPolicy/Resource": [ | ||
{ | ||
"type": "aws:cdk:logicalId", | ||
"data": "TopicRuleTopicRuleActionRoleDefaultPolicy99ADD687" | ||
} | ||
], | ||
"/test-dynamo-d-bv2-put-item-action-stack/MyTable": [ | ||
"/test-dynamodbv2-put-item-action-stack/MyTable": [ | ||
{ | ||
"type": "aws:cdk:hasPhysicalName", | ||
"data": { | ||
"Ref": "MyTable794EDED1" | ||
} | ||
} | ||
], | ||
"/test-dynamo-d-bv2-put-item-action-stack/MyTable/Resource": [ | ||
"/test-dynamodbv2-put-item-action-stack/MyTable/Resource": [ | ||
{ | ||
"type": "aws:cdk:logicalId", | ||
"data": "MyTable794EDED1" | ||
} | ||
] | ||
}, | ||
"displayName": "test-dynamo-d-bv2-put-item-action-stack" | ||
"displayName": "test-dynamodbv2-put-item-action-stack" | ||
}, | ||
"dynamodbv2integtestDefaultTestDeployAssertEF9A9A37": { | ||
"type": "aws:cloudformation:stack", | ||
"environment": "aws://unknown-account/unknown-region", | ||
"properties": { | ||
"templateFile": "dynamodbv2integtestDefaultTestDeployAssertEF9A9A37.template.json", | ||
"validateOnSynth": false | ||
}, | ||
"displayName": "dynamodbv2-integtest/DefaultTest/DeployAssert" | ||
} | ||
} | ||
} |
File renamed without changes.
Oops, something went wrong.