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,
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...
Hi Guys!
I already have the core of my app working in Java - SpringBoot with a microservices architecture and is working very good. The gateway is done in SpringBoot too in my case and we have...
Hello,
I run Tomcat on an Amazon EC2 instance. It is Tomcat 8, and I installed it from the standard yum repository that Amazon provides. The machine is a few years old so it might not be a current...
I see a lot of these warnings in my Lambda logs:
> Failed while publishing some or all AWS SDK client-side metrics to CloudWatch
With nested cause
>...
Hello,
I am trying to get up and running with Spring Boot, Maven, and AWS. I am following [this...
Just curious when will AWS Glue support Java 11 or Java 17? AWS Glue 4.0 only supports Java 8 so far and due to this our project can't use the new features of Java 11.
I have an application that uses AWS X-Ray. One of my endpoints is a GET request only for checking the health status. I don't want this endpoint to be monitored by AWS X-Ray. How can I achieve...
Cloud9 Preferences - Project Settings - Java support says, "Enhanced Java support is only available on environments with Node.js 12+ and at least 2GiB of memory."
Since I am running a t3.small (2 GiB...