All Content tagged with Java Development
Tools, docs, and sample code to develop applications on the AWS cloud
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
227 results
I am using Amazon SES to send outbound emails from a Java Spring Boot application using JavaMailSender (SMTP interface).
I want to automatically store a copy of every sent email (including headers and...
1
answers
0
votes
40
views
asked a month ago
**Summary**: The client attempts to connect when any node is DELETE_IN_PROGRESS.
**Details**: Before initializing CloudHsmProvider (cloudhsm-jce-5.16.1.jar), we invoke DescribeClustersRequest (cloudhs...
1
answers
0
votes
34
views
asked 2 months ago
I want to upgrade the Java version in AWS Elastic Beanstalk, but the option to do so is disabled

1
answers
0
votes
99
views
asked 2 months ago
How to start the L3 blue age workshop and certification
1
answers
0
votes
59
views
asked 3 months ago
Hi,
I am a solo developer managing AWS for my company, and fully separating AWS accounts for Dev and Prod is difficult in my case. Instead, I want to separate resources (EC2 running Spring Boot, S3, ...
2
answers
0
votes
64
views
asked 3 months ago
How to create lambda layer with Gnupg libraries and use them in the lambda to create rsa key pair and encrypt using java language
1
answers
0
votes
92
views
asked 3 months ago
I’m running an AWS Lambda written in **Java 21** with **Spring Boot 3**. My Lambda uses an S3 client, which I instantiate as follows:
```java
@Configuration
public class AwsConfig {
@Bean
pu...
1
answers
0
votes
50
views
asked 3 months ago
## Java `java.io.EOFException` during AWS S3 `headObject` with GZIP decompression
I'm encountering a perplexing `java.io.EOFException` wrapped in a `java.io.UncheckedIOException` when my Java applica...
1
answers
0
votes
102
views
asked 3 months ago
I am trying to achieve high throughput on a DynamoDB table by making parallel calls to DynamoDB using Java virtual threads. The problem is that as soon as I start making more than 500 parallel calls, ...
2
answers
0
votes
145
views
asked 3 months ago
I am using the AWS S3 Vector Store (Preview) with the Java SDK (software.amazon.awssdk:s3vectors:2.32.4). When I store vectors with metadata (using PutInputVector.metadata()), the metadata is not pers...
1
answers
0
votes
118
views
asked 4 months ago
I'm using the AWS Java SDK to communicate with a few AWS services, mostly SQS and IOT. This is being done in a long-running server process.
There seems to be a memory leak. If I monitor the total mem...
3
answers
0
votes
450
views
asked 4 months ago
HI,
I'm using CloudHSM (single instance of hsm1) with a Java application using the JCE provider (SDKv5).
I created an instance of CloudHsmProvider in order to sign token generated by JOSE (https://co...
0
answers
0
votes
70
views
asked 4 months ago