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, I setup the AwsCredentials with a token/secret and creating a QBusinessClient. I get this error: Application Id "...." not found for Customer Id "...". (Service: QBusiness, Status Code: 404,...
2
answers
0
votes
301
views
Simon
asked 7 months ago
Hi, We have to send text sms to our end user using amazon aws sns service. as of now we are using Twilio but we want to use one more service for it. I have created account in aws and sent message to...
1
answers
0
votes
307
views
Rohit
asked 7 months ago
I attempted to synchronize the bucket using "software.amazon.awssdk.transfer.s3.model.DirectoryDownload" and "software.amazon.awssdk.transfer.s3.model.DirectoryUpload" but it seems to serve only the...
1
answers
0
votes
242
views
bae
asked 7 months ago
For example the MySQL driver has `useCompression=true`. But this is always driver-specific. Does the Athena JDBC driver have a similar option?
2
answers
0
votes
402
views
AlexR
asked 7 months ago
I am unable to solve this. When I generate myTrustStore.jks file using global-bundle.pem to connect my java hibernate based application (deployed to ec2) to aws rds, the app is unable to read the...
1
answers
0
votes
183
views
Saurabh
asked 7 months ago
While trying to list S3 buckets using the Java SDK version 1.11.320, we get the following exception. Whereas, the AWS CLI seems to be working fine. Java version being used is Oracle JDK...
1
answers
0
votes
128
views
Kirupha
asked 8 months ago
Hi, I have been deploying and using AWS Lambda successfully. I introduced aliases to versions so that I could wire a dev and staging environment. Since then, everytime I use a specific version/alias...
2
answers
0
votes
309
views
asked 8 months ago
We are writing out log entries out in Java log4j as JSON: Here's an example: of the JSON string value of the **@message...
0
answers
0
votes
208
views
asked 8 months ago
When trying to insert data into an Athena/Iceberg table, using Java Athena JDBC Driver 3.0.0, getting error "Member must have length less than or equal to 1024". # The table: CREATE TABLE IF NOT...
0
answers
0
votes
223
views
Alex
asked 8 months ago
Hi, what is the best way to check for the existence of an S3 bucket using the Java AWS SDK 2? I am not seeing relevant code examples for this. Thanks.
3
answers
0
votes
1117
views
asked 8 months ago
Hi! I'm building a stack of microservices with Java and SpringBoot to hold the main logic of my AI RAG service using langchain4j and Bedrock. For now since I'm starting I'm building one microservice...
1
answers
0
votes
3299
views
cao95
asked 8 months ago
Hi, I have a Java Lambda Function in which I am attempting to download a file from S3. Is downloading the file to the "/tmp/" directory on AWS my only option? If so, after I download to "/tmp/", is...
2
answers
0
votes
885
views
asked 8 months ago