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 have some heavy endpoints in my backend right now to procesate and generate that. The flow is the next one.
I get a request from the frontend side in my main microservice, I take those...
Hi!
In my AWS environment I have several RDS instances that are created and connected to my dev environment on the cloud and secure via VPC.
For local development until now I runned a docker...
I am using AWS S3 as a block storage device to store mty documents.
We were using AccessKey and SecretKey combination from configuration files to connect to S3 and retrieve a document. So far so...
I am using aws java2x library to generate presigned URL, I am able to generate URL but its getting expired in around 1 days but I need to generate for 7 days.
![generating presigned URL using...
Hi,
i have been try to upload an file to s3 using sigv4 by sign the request using credentials, as per the documentation i was able to upload an txt to my s3 , but the problem is with the pdf and...
I am trying to access the parameters store from an android terminal.
I am using the latest awssdk:
implementation platform('software.amazon.awssdk:bom:2.27.14')
implementation...
All,
I am having an issue when trying to pull ELB metrics using the AWS SDK V3 for Javascript API calls. Any help would be greatly appreciated!
**Specifics:**
- Want to pull the metrics for the...
I am creating HTTP requests with the AWS CRT HTTP Client, but I cannot find a way to set the request body. I am using Java 11 with the SDK version 2.27.9. No matter how I configure this synchronous...
I am using the AWS CRT HTTP Client in the AWS SDK for Java 2.x, and I do not see requests directed to my local proxy. I am creating the request via the following (Java 11) code:
```java
private static...
I'm attempting to utilize a Java program to interface with DynamoDB to retrieve a primary key and eventually turn it into a list of strings so that it can be sent over as a POST request to a website...
Using publishMessage() method, I am able to create dynamic topics, subscribing with dynamic queues, but sns not publishing messsage to sqs. What is the issues here?
```
public void...
Hi AWS Experts,
For customers who have chosen RHEL V8 EC2 instance and using OpenJDK V11 now, do they cover under **End of ELS-1 Support Phase** per screenshot attached (taken from RHEL website) from...