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.
182 results
Hi all, I'm writing a java spring application which utilises monte carlo simulations to predict outcomes from a statistical model. I have previously used on-premises "nodes" to perform the simulations...
I have set the backend to listen on localhost port 8080 and the frontend on port 4300. How can I configure these parameters for a testing environment so that everyone can access the frontend and...
I Have created a Custom Adapter using the AWS textract console and have around 6 queries defined.
When i am trying to test the adapter using my Java code with the adapter ID (example)
```
Adapter...
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...