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
We just migrated our on-prem application to Oracle on EC2 in production. We need to use Oracle RDS SE2 due to licensing but we need to have access to this Java class, BCryptPasswordEncoder. Can we do...
1
answers
0
votes
199
views
Lynne F
asked 5 months ago
In Java applications it's very common to use Maven profiles in order to customize builds. This is done by using the `mvn -P<profile-name ...` command. However, with the CDK, the Maven command to be...
1
answers
0
votes
116
views
profile picture
nicolas
asked 5 months ago
I want to secure AWS Lambda created using Java language for outbound calls to other services. need help to create on configuration to support Zscaler certificate through AWS Lambda Layer.
0
answers
0
votes
252
views
Sridhar
asked 5 months ago
For security reasons, the endpoints of source bucket AP_NORTHEAST_2 and destination bucket US_WEST_2 are being applied to Java code. The endpoint of US_WEST_2 was applied to the existing AWS SDK...
1
answers
0
votes
442
views
JP_KI
asked 5 months ago
I'm trying to implement custom authentication flow in Cognito for OTP-based authentication over email for which I have written my lambda functions using AWS Java 2 SDK. The problem is with the...
1
answers
0
votes
164
views
Shubham
asked 5 months ago
I'm trying to implement passwordless authentication in Cognito using lambda triggers. I've implemented the three lambda functions: - DefineAuthChallenge - CreateAuthChallenge -...
3
answers
0
votes
349
views
Shubham
asked 5 months ago
Hi, I have a free tier account and I'm trying to deploy a Java spring boot application. Before deployment I ensured that no other EC2 instances nor any other Auto scaling group is running. Below are...
1
answers
0
votes
732
views
Chetan
asked 5 months ago
I've created an [issue (#216)](https://github.com/awslabs/amazon-qldb-driver-java/issues/216) on the GitHub repository requesting an update to its AWS SDK dependencies, however, it seems like it...
0
answers
0
votes
115
views
Sanste
asked 5 months ago
Hi there, I am new to the Java SDK and used Node before. I noticed, that my lambda function, which reads JSON from a S3 Bucket, processes it and saves it back, is very inefficient. I made some...
0
answers
0
votes
135
views
nico
asked 6 months ago
I have a Springboot application and I'm using elasticbeanstalk to deploy it. I want to pass xms and xmx while running jar. I have tried using .ebextension, Procfile but it's not working
0
answers
0
votes
100
views
Chetan
asked 6 months ago
In java getting Error: java.sql.SQLException: [Simba][AthenaJDBC](100123) An error has occurred. Exception during column initialization .Details: select columns from "schema"."table" where filter...
1
answers
0
votes
198
views
asked 6 months ago
Hello, I have the following shell script: ``` ... # # Get a temporary access password to the AWS ECR (Elastic Container Registry) service # aws ecr get-login-password > login-password.txt # # Login...
2
answers
0
votes
594
views
Nicolas
asked 6 months ago