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...
2
answers
0
votes
28
views
cao95
asked a day ago
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...
1
answers
0
votes
53
views
cao95
asked 8 days ago
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...
2
answers
0
votes
38
views
Venki
asked 15 days ago
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...
4
answers
0
votes
56
views
asked 18 days ago
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...
0
answers
0
votes
12
views
Abdul
asked 23 days ago
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...
2
answers
0
votes
30
views
ZeevM
asked a month ago
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...
1
answers
0
votes
46
views
AWS
asked a month ago
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...
2
answers
0
votes
43
views
asked a month ago
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...
1
answers
0
votes
38
views
asked a month ago
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...
2
answers
0
votes
740
views
ronb
asked 2 months ago
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...
1
answers
0
votes
192
views
asked 3 months ago
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...
1
answers
0
votes
184
views
asked 3 months ago