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?
asked 13 days ago20 views
1 Answers
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.
answered 13 days ago
Relevant questions
How do you force Protocol.HTTP with java S3 SDKv2?
asked 3 months agoJava 2.X Lambda RequestHandler and Context documentation
asked 6 months agocredentials working with CLI but not with Java SDK
asked 4 months agoPublish/Subscribe to IoT device messages via Java SDK?
asked 4 months agomoto equivalent library for java/kotlin
asked 2 months agoHow to call the Values function in aws-sdk-go-v2?
asked 7 months agoRoadmap for Greengrass v2 feature parity with v1?
asked a year agoin aws s3 java sdk 2, what is the class for S3 batch operation?
asked 3 months agoAWS Secrets Manager SecretCache Java v2
asked 13 days agoIoT Core API with Java
asked 20 days ago