Skip to content

Commit bfdc195

Browse files
Doc
1 parent 8cf50ba commit bfdc195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_lambda_powertools/utilities/parameters/appconfig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ def _get(self, name: str, **sdk_options) -> str:
128128

129129
# The return of get_latest_configuration can be null because this value is supposed to be cached
130130
# on the customer side. We created a dict with the last returned value for the specific configuration
131+
# See https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/appconfigdata/client/get_latest_configuration.html
131132
if return_value:
132133
self.last_returned_value[name] = return_value
133134

0 commit comments

Comments
 (0)