Questions tagged with Java Development

Tools, docs, and sample code to develop applications on the AWS cloud

Content language: English

Select tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

203 results
After upgrading EMR from 6.5 to 7.5 I am getting following error OpensslCipher: Failed to load OpenSSL Cipher.java.lang.UnsatisfiedLinkError: EVP_CIPHER_CTX_block_sizeBased on the HADOOP-18994 Failed...
0
answers
0
votes
26
views
asked 6 days ago
I'm getting the following error when using the Java AWS SDK 2.x from my ECS container. Here is my error: ``` software.amazon.awssdk.services.s3.model.S3Exception: User: arn:aws:sts::yyyyyy:assumed-r...
2
answers
0
votes
35
views
asked 7 days ago
During java Code transformation/code building/project scanning using amazonq developer with pro license , whole artifact is getting uploaded to the server, How amazon ensure the organization's data b...
1
answers
0
votes
25
views
asked 25 days ago
Will the Redshift JDBC driver be updated to support the V2 Java SDK?
1
answers
0
votes
55
views
asked a month ago
I need to retrieve multiple items in one query call using a partition key and many values of the LSI key. what's the appropriate way to perform this operation using AWS Java Dynamo DB SDK V2? I am us...
2
answers
-1
votes
78
views
asked a month ago
Hello. I have a Java app in which I am trying to connect to an S3 storage entity and save files to the entity. I've been able to connect and do a listBuckets and I get back exactly the buckets expect...
1
answers
0
votes
28
views
asked a month ago
We way we use use AwsIotMqttConnectionBuilder resembles this [sample code](https://github.com/aws/aws-iot-device-sdk-java-v2/blob/main/samples/BasicPubSub/src/main/java/pubsub/PubSub.java) In the [gi...
1
answers
0
votes
62
views
asked a month ago
During a migration of AWS SES to V2, I stumbled upon missing sourceArn and fromArn fields in the Message object (in v1 SendRawEmailRequest) I couldn't find any related documentation to this. How wou...
3
answers
0
votes
129
views
asked 2 months ago
I’m trying to deploy a Java application packaged as a .war file to AWS Elastic Beanstalk. However, the environment creation process fails with the following error message: WaitCondition timed out. Re...
2
answers
0
votes
67
views
asked 2 months ago
Hi, Is there some roadmap page for the Java CDK? Sure, one can browse the packages but is there a page where you can see which components require L1 Cfn* constructs and when L2 support is planned, wh...
2
answers
0
votes
45
views
asked 2 months ago
Hello, I have an Elastic Beanstalk environment with Corretto 11 and Amazon Linux 2. Now I want to upgrade to Corretto 21. It seems that only Amazon Linux 2023 supports Corretto 21. Unfortunately wh...
1
answers
0
votes
63
views
asked 2 months ago
I'm trying to initialize SQSClient like this for using it further to call sendMessage(): @PostConstruct private SqsClient getAWSSQSClient() { try { AwsB...
2
answers
0
votes
269
views
asked 3 months ago