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.
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...
Hi,
Do you have any information when the Snapstart feature will be available for Java 17?
the AWS Toolkit for Eclipse reached end of life and is no longer supported by AWS . how to develop aws application using eclipse now ?
I am trying to programmatically determine whether an EC2 instance with a given instance id has been terminated. Every instanceId I am using belonged to an instance that I owned at one point, but may...
Hi, if we use the log4j library with our Java Lambda Function, where is the log written to? Is it written along with the CloudWatch logs?
Thank you.
Hi!
I have already a working app deployed in AWS and I'm using an API gateway with OpenAPI approach and is done in SpringBoot. So far is working super good and everything goes smooth.
Now I need to...