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: powertools-lambda-metadata/src/main/java/software/amazon/lambda/powertools/metadata/LambdaMetadataClient.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,13 +114,13 @@ public static LambdaMetadata get() {
114
114
* Forces a refresh of the cached metadata.
115
115
* <p>
116
116
* This method clears the cache and fetches fresh metadata from the endpoint.
117
-
* Use this only for advanced use cases where you need to force a refresh.
117
+
* Used internally for SnapStart cache invalidation.
118
118
* </p>
119
119
*
120
120
* @return the refreshed LambdaMetadata instance
121
121
* @throws LambdaMetadataException if the metadata endpoint is unavailable or returns an error
0 commit comments