Skip to content

Commit

Permalink
Add literals for get_parameters transform argument
Browse files Browse the repository at this point in the history
  • Loading branch information
troyswanson authored and rubenfonseca committed Dec 19, 2023
1 parent bb0a2cf commit 30cb60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws_lambda_powertools/utilities/parameters/ssm.py
Expand Up @@ -705,7 +705,7 @@ def get_parameters(

def get_parameters(
path: str,
transform: Optional[str] = None,
transform: Optional[Literal["json", "binary"]] = None,
recursive: bool = True,
decrypt: Optional[bool] = None,
force_fetch: bool = False,
Expand Down

0 comments on commit 30cb60f

Please sign in to comment.