Skip to content

Commit a35f89c

Browse files
liustvemxiamxia
andauthored
[JS Feature Parity] Contract tests for new AWS resources and CFN primary id (#126)
*Description of changes:* Added/updated contract tests to verify new aws resources and new CFN primary id attribute. <img width="996" alt="image" src="https://github.com/user-attachments/assets/62883f9a-c674-4ad8-b7a3-92d6d63c898e"> By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Min Xia <[email protected]>
1 parent c58112e commit a35f89c

File tree

5 files changed

+743
-40
lines changed

5 files changed

+743
-40
lines changed

contract-tests/images/applications/aws-sdk/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,16 @@
1515
"@aws-sdk/client-bedrock-agent-runtime": "^3.676.0",
1616
"@aws-sdk/client-bedrock-runtime": "^3.675.0",
1717
"@aws-sdk/client-dynamodb": "^3.658.1",
18+
"@aws-sdk/client-iam": "^3.696.0",
1819
"@aws-sdk/client-kinesis": "^3.658.1",
20+
"@aws-sdk/client-lambda": "^3.698.0",
1921
"@aws-sdk/client-s3": "^3.658.1",
22+
"@aws-sdk/client-secrets-manager": "^3.696.0",
23+
"@aws-sdk/client-sfn": "^3.696.0",
24+
"@aws-sdk/client-sns": "^3.696.0",
2025
"@aws-sdk/client-sqs": "^3.658.1",
2126
"@smithy/node-http-handler": "^3.2.3",
27+
"jszip": "^3.10.1",
2228
"node-fetch": "^2.7.0"
2329
}
2430
}

0 commit comments

Comments
 (0)