You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/utilities/parameters.md
+3
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,9 @@ You can fetch application configurations in AWS AppConfig using `get_app_config`
91
91
92
92
The following will retrieve the latest version and store it in the cache.
93
93
94
+
???+ warning
95
+
We make two API calls to fetch each unique configuration name during the first time. This is by design in AppConfig. Please consider adjusting `max_age` parameter to enhance performance.
0 commit comments