Skip to content

Commit

Permalink
Fix spelling errors in function names
Browse files Browse the repository at this point in the history
  • Loading branch information
njmei committed May 19, 2024
1 parent e12f48c commit 8922639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aibs_informatics_cdk_lib/common/aws/iam_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def s3_policy_statement(
)


def ses_policty_statement(
def ses_policy_statement(
actions: List[str] = SES_FULL_ACCESS_ACTIONS,
sid: str = "SESFullAccess",
) -> iam.PolicyStatement:
Expand Down Expand Up @@ -269,7 +269,7 @@ def sfn_policy_statement(
)


def sns_policty_statement(
def sns_policy_statement(
actions: List[str] = SNS_FULL_ACCESS_ACTIONS,
sid: str = "SNSFullAccess",
) -> iam.PolicyStatement:
Expand Down

0 comments on commit 8922639

Please sign in to comment.