Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealAmazonKendra committed Aug 2, 2022
1 parent db1cb20 commit 8b0f3ea
Show file tree
Hide file tree
Showing 10 changed files with 278 additions and 172 deletions.
173 changes: 173 additions & 0 deletions packages/@aws-cdk/aws-iot-actions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-iot-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"@aws-cdk/aws-kinesisfirehose-destinations": "0.0.0",
"@aws-cdk/cdk-build-tools": "0.0.0",
"@aws-cdk/integ-runner": "0.0.0",
"@aws-cdk/integ-tests": "0.0.0",
"@aws-cdk/pkglint": "0.0.0",
"@types/jest": "^27.5.2",
"jest": "^27.5.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"18.0.0"}
{"version":"20.0.0"}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
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
}
}
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"
}
}
}
Loading

0 comments on commit 8b0f3ea

Please sign in to comment.