Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
51 views

I'm trying to import secrets from AWS Secrets Manager into my Spring Boot application hosted on an ECS container using spring.config.import in application.yml. However, I'm getting the following error:...
Amrutha T's user avatar
0 votes
0 answers
89 views

I’m running an AWS Lambda written in Java 21 with Spring Boot 3. My Lambda uses an S3 client, which I instantiate as follows: @Configuration public class AwsConfig { @Bean public S3Client ...
Gep's user avatar
  • 928
0 votes
0 answers
82 views

This is the actual error I'm getting: software.amazon.awssdk.core.exception.SdkClientException: Unable to load credentials from any of the providers in the chain: AwsCredentialsProviderChain: [ ...
misty's user avatar
  • 123
2 votes
1 answer
65 views

Im newbie in java and trying trying to write code to delete specific record from route 53. so far, I have written following code by referring java doc. package oe.k8s; import java.util.ArrayList; ...
user2315104's user avatar
  • 2,914
0 votes
1 answer
328 views

Essentially, I want to perform this "Sign" mechanism for a symmetric - in particular HMAC - key that I've generated in my AWS KMS (CMK). But obviously, the SignRequest or SignResponse ...
ItDepends's user avatar
1 vote
1 answer
267 views

I'm trying to schedule a one time event on AWS EventBridge from my app. I'm using AWS java SDK: implementation(platform("software.amazon.awssdk:bom:2.20.56")) implementation("...
L_Cleo's user avatar
  • 1,567
1 vote
2 answers
239 views

In the AWS Java SDKv2, the ApacheHttpClient and UrlConnectionHttpClient both have a socketTimeout configuration option: socketTimeout(Duration socketTimeout) The amount of time to wait for data to be ...
Dasmowenator's user avatar
  • 5,538
1 vote
3 answers
164 views

Currently, I updated my java SDK from version 18 to version 21.0.3 in my Mac (Monterey 12.7.4). Before installation i deleted the previous version sdk completely as below: sudo rm -fr /Library/...
David007's user avatar
0 votes
0 answers
2k views

I'm writing a test to see if I can access credentials stored in AWS secrets manager, in Java on my local machine. I've tested that I have an active session on my machine by running the aws sts get-...
raah's user avatar
  • 240
0 votes
1 answer
686 views

It's been a surprise for me to see that handle event sources is something handcrafty... I mean, I've been strugling for some days to try to receive ("deserialize") an S3Put event into my ...
Jordi's user avatar
  • 23.7k
-1 votes
1 answer
120 views

How to get Reservations Utilization from AWS Cost explorer for both virtual machines and RDS at the same time? I tried following code, but it throws error as we are allowed to pass only 1 service at a ...
Sanyukta Agrawal's user avatar
0 votes
1 answer
205 views

I have a (possibly) quite large ResultSet when querying a (Vertica) SQL Database, and because it won't fit in memory I'm trying to find a way to stream the results (in CSV form) directly to an S3 ...
HDW's user avatar
  • 307
1 vote
0 answers
256 views

This class provides constants for all the regions AWS supports. However instead of manually creating a list in my app for all US regions, is there a way to get all supported regions from AWS SDK ...
heyitsvajid's user avatar
  • 1,231
0 votes
0 answers
39 views

I have the below code and the POST params are always gibberish even though I know my entry id is valid Getting the following message - Missing parameter &quot;entryId&quot;< Seems like the ...
user1163234's user avatar
  • 2,497
3 votes
2 answers
327 views

I am trying to retrieve some Elasticache metrics from CloudWatch using Java SDK 1.x. I have several classes for multiple services, and they all work, except for Elasticache. This class is passed a ...
davidb's user avatar
  • 1,633

15 30 50 per page
1
2 3 4 5
37