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

All Questions

1 vote
1 answer
28 views

I am trying to get list of databases from AWS Glue using AWS Glue SDK for Java 1.X with limited resource access on policy but getting empty list

As mentioned in title, I am trying to fetch list of databases from AWS Glue. I have plenty of databases listed in Glue. I am using a policy with limited resource access so that I can only see specific ...
Shubhankar Bhadra's user avatar
-1 votes
1 answer
22 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
57 views

How to properly call AWS bedrock using JavaScript SDK?

I am a newbie to using JavaScript SDK to connect to AWS Bedrock service, below is my code: const { BedrockAgentRuntimeClient, RetrieveCommand } = require("@aws-sdk/client-bedrock-agent-runtime&...
rishabhsdev's user avatar
0 votes
0 answers
21 views

Using Python to obtain monthly general ledger for AWS China region

Use the following Python code to obtain the monthly total bill for AWS China. After the code is executed, some information is obtained. However, when the obtained data is compared with the final bill ...
Erwin's user avatar
  • 87
1 vote
1 answer
22 views

Running NodeJS service in AWS Fargate

Currently I'm trying to convert a Lambda based service with AWS Api Gateway+Lambda to a dockerized version running in Fargate and now I'm struggle about how I handle AWS permissions. For the lambda I ...
Philipp's user avatar
  • 15.6k
-1 votes
1 answer
37 views

How to use AWS SDK for Dynamodb in an android application, not using Amplify

I've run into a bit of a brick wall when trying to figure out the AWS SDK with Dynamodb. I have an android app that I want to use to access a DynamoDB table. what I'm trying to set up is: an IAM role ...
schnondle's user avatar
  • 119
0 votes
2 answers
33 views

DynamoDB BatchGetCommand 400 "key does not match schema"

I'm having an issue using BatchGetCommand to get a list of records from a DynamoDB table. I am using an AWS Lambda that uses NodeJS 18.x. I have been able to get ScanCommand, GetCommand and ...
Chris Allinson's user avatar
0 votes
0 answers
25 views

Aws sdk s3 to s3 copyObject checksum is null in CopyObjectResponse

When doing a s3 to s3 copy using aws sdk, I want to save the returned checksum from CopyObjectResponse, so that I can use it later to verify if file is modified or not but checksum value returned is ...
Jayendra Dev Shukla's user avatar
1 vote
0 answers
33 views

AWS SDK object is taking longer time than expected and queueing up calls

I have an API in NodeJS server hosted in AWS EKS fargate which performs some operations(some related to AWS KMS) and then upload a BSON to S3. I have configured a load balancer timeout of 5 minutes. ...
Bharath Panchakarla's user avatar
3 votes
0 answers
49 views

AWS Cognito prematurely confirms the user

I am trying to create the Redirect to URL after clicking email verification link (explained in this github issue). I am also following these Stackoverflow replies I have a Cognito user pool with a ...
Ane's user avatar
  • 73
-1 votes
0 answers
47 views

SQS queue creation probleme

I'm trying to send an sqs message using aws-cloud-dependencies version 3.0.4 but when I check the URL of the queue in Localhost, I see the following: <ErrorResponse xmlns="http://queue....
Hamza LAHLOU's user avatar
-1 votes
0 answers
21 views

How to Send a Signed HTTP Request Using AWS SDK for Swift

I'm currently working with the AWS SDK for Swift to make signed HTTP requests to AWS services. I have set up the request signing successfully using the SDK, but I'm unsure how to proceed with actually ...
Dmitry's user avatar
  • 19
0 votes
1 answer
29 views

How can I programmatically create a redirect rule for an Amplify app?

Does AWS provide a mechanism to progammatically update the redirect property of an Amplify app, equivalent to what you can do from the Amplify management console, as shown below? I'm aware of the ...
Peter Alfvin's user avatar
  • 29.1k
1 vote
1 answer
71 views

AWS X-Ray throws error - Failed to get the current sub/segment from the context

I am experiencing an error after adding code to trace SQS queue integrations and outgoing HTTP/s calls. Below are the code snippets integrated into my project: // Tracing calls to downstream HTTP web ...
Aleena's user avatar
  • 11
0 votes
0 answers
18 views

What are inactive/active schemas in AWS EventBridge schema registry?

I am working with AWS schema registry and I came across this line where it says: Inactive schemas will be deleted after two years. https://docs.aws.amazon.com/eventbridge/latest/schema-reference/v1-...
Mustafa Merchant's user avatar

15 30 50 per page
1
2 3 4 5
248