Questions tagged with Java Development
Tools, docs, and sample code to develop applications on the AWS cloud
Content language: English
Select up to 5 tags to filter
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
Hi,
I'd like to raise an issue with the Athena JDBC driver developers - is there a bug tracker somewhere I can log that in?
thanks
Hello, I keep having issues when trying to deploy a simple Java (.war) application to Elastic Beankstalk. Basically, everyime I get these messages on the events tab:
> Environment health has...
I have an application which uses Java JDBC Spring as a backend framework, I've connected my application to RDS MySQL I've tested the results it is able to provide the results faster but when I tested...
previusly i am using self hosted kafka recestly I have moved to mks and I'm facing issue to setup I am authentication for my quarkus application I'm able to make it work on python an springboot can I...
Hello Everyone,
I am trying to read 50k records from my dynamo DB using the GSI key which would return max records of size 1Mb and the remaining data will be fetched using the last evaluated key.
I...
Hi,
I'm trying to implement the [Tool-Use](https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html) in a Spring boot project. Everything works like a charm except for the Tool schema. The...
The class "MqttClientConnection" in the AWS Java SDK leaks UDP sockets. I posted about this yesterday but have not yet received a response or found a solution.
I'd like to try using it without...
I am using MqttClientConnection in a Java application via Amazon's Java SDK. My application is hosted on a Linux server.
Whenever I call the publish() function, my Java process shows multiple new UDP...
I am using this jar with hadoop-aws SDK and I am seeing that most of the aws and hadoop objects being retained in memory even after complete execution of java application. Is it known issue and is...
We just migrated our on-prem application to Oracle on EC2 in production. We need to use Oracle RDS SE2 due to licensing but we need to have access to this Java class, BCryptPasswordEncoder. Can we do...
In Java applications it's very common to use Maven profiles in order to customize builds. This is done by using the `mvn -P<profile-name ...` command. However, with the CDK, the Maven command to be...
I want to secure AWS Lambda created using Java language for outbound calls to other services.
need help to create on configuration to support Zscaler certificate through AWS Lambda Layer.