Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-2 votes
0 answers
24 views

Issues with Region in S3AsyncClient using Minio with AWS SDK for Java

I encountered an issue while configuring S3AsyncClient using the AWS SDK for Java in a Spring Boot application. Despite setting all the necessary properties, I keep receiving the following error ...
wallhack's user avatar
-3 votes
1 answer
37 views

Why Oracle JDK 13 is available but not corretto 13 [closed]

Why Oracle JDK 13 is available but not corretto 13 from AWS? https://docs.aws.amazon.com/corretto/ - Shows version 11 and then 17. Is there any way to get this?
TPS's user avatar
  • 507
0 votes
0 answers
18 views

Issue with Connecting to ArangoDB in AWS EC2 Setup Using Docker and CloudFormation

I have an AWS setup where I use an Infrastructure as Code (IAC) template (YAML) to deploy a stack using CloudFormation. My deployment creates two AWS EC2 instances: Main-service and Data-service. Both ...
slow_learner's user avatar
0 votes
1 answer
34 views

DynamoDB - Single table with multiple entities - Fetch multiple entity data in one query

In my project we are using single table design for storing data in multiple entities. Now this data is primarily the configuration related data which we are querying while processing our events and ...
csharma's user avatar
-1 votes
1 answer
27 views

Eclipse IDE in MacOS: how to set an environment variable from an AWS CLI execution? (for setting AWS Code Artifact Token)

I'm trying to use our AWS Code Artifact as Maven repository. That repo is set up to authenticate via a token, which expires every 24 hours. The token is retrieved from AWS via its CLI using aws ...
Yury K.'s user avatar
  • 629
-1 votes
0 answers
25 views

How to invoke spring-cloud-function-adapter-aws locally

So I use: <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-function-adapter-aws</artifactId> <version>4.1.2</version> &...
Pwnstar's user avatar
  • 2,210
-1 votes
1 answer
21 views

com.amazonaws.services.s3.model.AmazonS3Exception: SignatureDoesNotMatch Error When Uploading Files to S3 from Android App

I'm encountering a SignatureDoesNotMatch error when trying to upload a file to Amazon S3 using the AWS SDK for Java as I'm developing an android app with a feature that allows users to upload their ...
Sarimm Chaudhry's user avatar
0 votes
0 answers
36 views

AWS - Elastic Beanstalk Java deployment

Deployment Fails on Elastic Beanstalk with Application Load Balancer Environment: Elastic Beanstalk: Corretto 21 on 64-bit Amazon Linux 2023 Load Balancer: Application Load Balancer (ALB) Previous ...
Chen Cohen's user avatar
1 vote
0 answers
43 views

SNS not publishing message to SQS

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 publishMessage(...
Sathiamoorthy's user avatar
0 votes
0 answers
18 views

AWS for executing automated tests with selenium + java doesn't fill fileds with sendKeys command

I'm using AWS to execute automated regression tests with Selenium and Java. I've encountered an issue where, on some forms, the fields are not being populated with text after the sendKeys() command. ...
Anca's user avatar
  • 1
-1 votes
0 answers
26 views

Is there a way to get all configurations from an AWS AppConfig application?

Say I have an AppConfig data store that has four configurations. Via the Java AppConfig SDK, is there a way for me to grab all of these configurations? The only way I know how is by individually ...
Incepnizer's user avatar
2 votes
1 answer
131 views

AWS Spring boot Nginx - File upload 1KB works - 250KB fails with 403 Forbidden

I have a spring boot app running on AWS that uploads a file to S3 which works fine for 1KB txt file. It fails for a 250KB txt with 403 Forbidden with out any logs on the nginx access/error logs, ...
itsraja's user avatar
  • 1,716
0 votes
1 answer
22 views

CDK ApiGateway JsonSchema from Java class

Has anyone figured out a way to generate the software.amazon.awscdk.services.apigateway.JsonSchema from a Java class for CDK? It would be so nice not to have to manually do it for all the classes. ...
Izak Joubert's user avatar
0 votes
0 answers
30 views

Data is getting truncated when csv is uploaded to s3

I am facing an issue in aws s3 csv upload. The files i am uploading is not that huge has max size of 10mb or less atleast for now The upload is success but some data is getting truncated( very few ...
kiranouseph's user avatar
-1 votes
0 answers
24 views

Deploying signal app server on self hosted environment

I am deploying the signal app server. Deployed the code in ec2 instance and its running as well. but when i ma hitting the API : /v1/verification/session getting below error. Failed to retrieve ...
Jeevan's user avatar
  • 82

15 30 50 per page
1
2 3 4 5
431