Skip to content

Commit

Permalink
Update common_stack.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvictor committed Apr 8, 2024
1 parent 8f8eaf2 commit 2f7c42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_packages/infra/common_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(

self._stage_name = stage_name

def _create_general_dynamo_table(self, name: str, stage_name: str):
def create_general_dynamo_table(self, name: str, stage_name: str):
return dynamodb.TableV2(
self,
f"{self._stage_name}-{name}-table",
Expand Down

0 comments on commit 2f7c42d

Please sign in to comment.