Skip to content

Commit 20e9a0e

Browse files
committed
update comment
1 parent 0df50f1 commit 20e9a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_sra_examples/solutions/genai/bedrock_org/lambda/src/sra_dynamodb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def create_table(self, table_name: str) -> None:
9696
TableName=table_name,
9797
KeySchema=key_schema,
9898
AttributeDefinitions=attribute_definitions,
99-
BillingMode='PAY_PER_REQUEST' # Changed to on-demand capacity mode
99+
BillingMode='PAY_PER_REQUEST' # on-demand capacity mode
100100
)
101101
self.LOGGER.info(f"{table_name} dynamodb table created successfully.")
102102
except Exception as e:

0 commit comments

Comments
 (0)