File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Examples/runtimes/python/Migration/test/ddbec_to_awsdbe Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
"""Test constants."""
2
2
3
3
# This is a public KMS Key that MUST only be used for testing, and MUST NOT be used for any production data
4
- # TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f"
4
+ TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:658956600833:key/b3537ef1-d8dc-4780-9f5a-55776cbb2f7f"
5
5
# Personal Testing Resource
6
- TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:452750982249:key/773d55bf-c816-48a2-96cd-b386f7980d08"
6
+ # TEST_KMS_KEY_ID = "arn:aws:kms:us-west-2:452750982249:key/773d55bf-c816-48a2-96cd-b386f7980d08"
7
7
8
8
# Our tests require access to DDB Table with this name
9
9
TEST_DDB_TABLE_NAME = "DynamoDbEncryptionInterceptorTestTable"
You can’t perform that action at this time.
0 commit comments