Stay up to date with the latest from the Knowledge Center. See all new and updated Knowledge Center articles published in the last month and re:Post’s top contributors.
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...
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...
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...
Will the Redshift JDBC driver be updated to support the V2 Java SDK?
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...
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...
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...
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...
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...
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...
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...
I'm trying to initialize SQSClient like this for using it further to call sendMessage():
@PostConstruct
private SqsClient getAWSSQSClient() {
try {
AwsB...