All Content 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
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...
3
answers
0
votes
25
views
asked a day 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
11
views
Abdul
asked 7 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
22
views
ZeevM
asked 17 days 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
35
views
AWS
asked 18 days 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
37
views
asked 25 days 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
32
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
723
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
180
views
asked 2 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
169
views
asked 2 months ago
Hi all, I'm writing a java spring application which utilises monte carlo simulations to predict outcomes from a statistical model. I have previously used on-premises "nodes" to perform the simulations...
3
answers
0
votes
350
views
Ed
asked 3 months ago
I have set the backend to listen on localhost port 8080 and the frontend on port 4300. How can I configure these parameters for a testing environment so that everyone can access the frontend and...
1
answers
0
votes
254
views
Nikola
asked 3 months ago
I Have created a Custom Adapter using the AWS textract console and have around 6 queries defined. When i am trying to test the adapter using my Java code with the adapter ID (example) ``` Adapter...
0
answers
0
votes
78
views
asked 3 months ago