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,...
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...
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...
For example the MySQL driver has `useCompression=true`.
But this is always driver-specific.
Does the Athena JDBC driver have a similar option?
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...
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...
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...
We are writing out log entries out in Java log4j as JSON:
Here's an example: of the JSON string value of the **@message...
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...
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.
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...
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...