Skip to content

Commit 3f8d60f

Browse files
author
Ran Isenberg
committed
docs: fix internal documentation
1 parent e92336f commit 3f8d60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: aws_lambda_powertools/utilities/parameters/appconfig.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def get_app_config(
138138
max_age: int
139139
Maximum age of the cached value
140140
sdk_options: dict, optional
141-
Dictionary of options that will be passed to the Parameter Store get_parameter API call
141+
Dictionary of options that will be passed to the boto client get_configuration API call
142142
143143
Raises
144144
------
@@ -161,7 +161,7 @@ def get_app_config(
161161
162162
**Retrieves a configuration value and decodes it using a JSON decoder**
163163
164-
>>> from aws_lambda_powertools.utilities.parameters import get_parameter
164+
>>> from aws_lambda_powertools.utilities.parameters import get_app_config
165165
>>>
166166
>>> value = get_app_config("my_config", environment="my_env", application="my_env", transform='json')
167167
>>>

0 commit comments

Comments
 (0)