Skip to content

Commit a3723e0

Browse files
committed
updates
1 parent 0ef439c commit a3723e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "shepard"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
authors = [
55
{ name="Shepard Team", email="shepard_dev_group@googlegroups.com" },
66
]

src/shepard/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,7 @@ def auto_configure(cloudformation_stack_name,account_number,role_to_assume_to_ta
11061106

11071107
#get DynamoDB table from CFN output
11081108
dynamo_db_table_arn = search_result_dictionary['DynamoDBTableARN']
1109-
data['shepard_s3_bucket_to_upload_to'] = str(dynamo_db_table_arn)
1109+
data['shepard_dynamo_db_to_query'] = str(dynamo_db_table_arn)
11101110

11111111
#get secret store from CFN output
11121112
secrets_manager_name = search_result_dictionary['SecretsManagerName']

0 commit comments

Comments
 (0)