Questions tagged with Java Development
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.
Hello, since about September 25th, we have been noticing that our connection attempts to SecretsManager in almost all environments are experiencing long delays.
The errors are almost always this:...
0
answers
0
votes
23
views
asked 6 hours agolg...
I am currently developing a website with an Angular frontend, a NodeJS API/server to handle the HTTP requests from Angular (mainly inserting data into the database, login/out, and sending reminders...
1
answers
0
votes
63
views
asked 7 days agolg...
I'm attempting to use AWS ECS Service Connect for the first time, and I suspect I may have overlooked something simple.
Here's what I've done so far: I've created a cluster with several services, all...
0
answers
0
votes
49
views
asked 12 days agolg...
For context, I don't have a development/Java background, but I need to demo CodeArtifact using Java/Maven. I am trying to use Cloud9 and per the connection instructions for the CodeArtifact...
1
answers
0
votes
22
views
asked 15 days agolg...
This is code i am using to read data :
public static AmazonDynamoDB initializeDynamoDBClient() {
// Set your AWS credentials
String accessKey = "*********************";
String secretKey =...
1
answers
-1
votes
117
views
asked 15 days agolg...
I checked the code of the class [KmsMasterKeyProvider](https://aws.github.io/aws-encryption-sdk-java/com/amazonaws/encryptionsdk/kms/KmsMasterKeyProvider.html) there are List<String>, so, I'm a bit...
1
answers
0
votes
78
views
asked 19 days agolg...
I have Java 11 Lambda's connecting to Aurora PostgreSQL which were broken when I updated my Aurora instance from rds-ca-2019 as recommended by the console. The connections failed with a SSL_handshake...
1
answers
0
votes
115
views
asked 20 days agolg...
I am trying to launch a environment for running my java spring application. I have created required instance profile and attached it and launched the environment. It has been stuck about an hour at...
0
answers
0
votes
66
views
asked 22 days agolg...
The Java SDK allows key attributes to be set during creation using the attributes map. Is it possible to read the attributes back from an existing key?
2
answers
0
votes
57
views
asked a month agolg...
Hello AWS Community,
I'm working on a Java-based project involving Amazon Connect and AWS Lambda. I want to achieve the following scenario:
1. After a call ends in Amazon Connect (either by the user...
0
answers
0
votes
26
views
asked a month agolg...
Question: how do I unit test objects from aws sdk 2.x that do not have getter functions? How do I verify they have the correct values set?
I am trying to reproduce unit tests for aws sdk 1.x java...
2
answers
0
votes
49
views
asked a month agolg...
Hi all. I'm trying to do a list buckets operation from an EC2 instance with an IAM role attached which has the necessary permissions. The instance is in region `us-east-1`. When I try to do the list...
1
answers
0
votes
87
views
asked a month agolg...