All Content tagged with Java Development

Tools, docs, and sample code to develop applications on the AWS cloud

Content language: English

Select tags to filter
Sort by most recent
204 results
During a migration of AWS SES to V2, I stumbled upon missing sourceArn and fromArn fields in the Message object (in v1 SendRawEmailRequest) I couldn't find any related documentation to this. How wou...
3
answers
0
votes
43
views
asked 15 days ago
I’m trying to deploy a Java application packaged as a .war file to AWS Elastic Beanstalk. However, the environment creation process fails with the following error message: WaitCondition timed out. Re...
2
answers
0
votes
49
views
asked 19 days ago
Hi, Is there some roadmap page for the Java CDK? Sure, one can browse the packages but is there a page where you can see which components require L1 Cfn* constructs and when L2 support is planned, wh...
2
answers
0
votes
28
views
asked a month ago
Hello, I have an Elastic Beanstalk environment with Corretto 11 and Amazon Linux 2. Now I want to upgrade to Corretto 21. It seems that only Amazon Linux 2023 supports Corretto 21. Unfortunately wh...
1
answers
0
votes
32
views
asked a month ago
I'm trying to initialize SQSClient like this for using it further to call sendMessage(): @PostConstruct private SqsClient getAWSSQSClient() { try { AwsB...
2
answers
0
votes
130
views
asked a month ago
I am trying to build a python client to the AWS transcribe streaming service with identifying multiple languages support. However, I could not find parameters "identify_multiple_languages" and "langua...
3
answers
0
votes
85
views
asked 2 months ago
Hello i'm using dynamo db java sdk(v2.29.17) is it possible to pass custom aws-request-id?
3
answers
0
votes
103
views
asked 2 months ago
I am attempting to use TextractAsyncClient in Kotlin, but I can't find it. I can find it in Java and can make do if necessary, but is there really no native Kotlin implementation?
1
answers
0
votes
41
views
asked 2 months ago
I am using the Java Textract SDK to evaluate Textract, and the documentation states this: *Amazon Textract can be used to detect the layout of a document by finding the locations of different elemen...
2
answers
1
votes
79
views
asked 3 months ago
This article demonstrates how to use AWS Secrets Manager with Java applications to securely store and retrieve sensitive information. It covers creating secrets and accessing them using the AWS SDK fo...
I'm testing/learning how to upload and connect a Java Spring Boot app on AWS Elastic Beanstalk and connect it to a RDS Database. When I run the Spring app locally, connected to the aws server databas...
2
answers
0
votes
111
views
asked 3 months ago
Hello, I have created several bedrock agents, and using the console I'm able to chat with them to perform the actions I want. Now I want to invoke them from my Restful application. I'm using the 2.2...
3
answers
0
votes
642
views
asked 3 months ago