AWS Secrets Manager SecretCache Java v2

0

Does the 'SecretCache' functionality still exist with v2 of the Java SDK? I found this reference, but this appears to be for v1 (https://docs.aws.amazon.com/secretsmanager/latest/userguide/retrieving-secrets_cache-java.html). I'm unable to find any information on it w/ v2?

已提問 2 年前檢視次數 1375 次
2 個答案
0

The latest SDK documentation can be found here, within that documentation there's the following:

We recommend that you cache your secret values by using client-side caching. Caching secrets improves speed and reduces your costs. For more information, see Cache secrets for your applications.

That link leads you to the page you provided above, so it stands within reason that you're still able to use secret caching in V2.

AWS
已回答 2 年前
0

It looks like SDK 1.x is required:

To use the component, you must have the following:

A Java 8 or higher development environment. See Java SE Downloads on the Oracle website. The AWS SDK 1.x for Java. You can use both versions of the AWS SDK for Java in your projects. For more information, see Using the SDK for Java 1.x and 2.x side-by-side.

已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南