My code is looks like this and when import { FileUpload } from "../types/scalars/Upload.scalar"; new S3.ManagedUpload({ params: { ACL: "pu
I need to test a file in charge of retrieving data from S3 through the 'aws-sdk' (nodeJs + Jest). The file is: const AWS = require('aws-sdk'); let S3 = null;
I'm running ExecuteCommandCommand successfully using the AWS JavaScript SDK v3, but I'm unable to find out how to log the shell output. The ExecuteCommandComman
I'm trying to write a Go program, to download data from aws kinesis data stream. I read that kinesis data stream encode the data with base64, so I need first de
Given: App:Spring Boot, AWS SDK v2, SqsAsyncClient AWS:SQS FIFO with high throughput enabled, delivery delay = 0, visibility timeout = 30sContent-based deduplic
I am using AWS Java-SDK to query Dynamodb table and I get the following exception java.util.concurrent.CompletionException: software.amazon.awssdk.services.dyna
Iam trying to send a message to SQS queue based on This Code. Since my code needs a token access key and Token, My authentication mechanism is also different. S
I have written a function that uploads a file in an s3 bucket. It works fine when I run my application locally. But when I deploy the application in AWS Lambda,
I'm using S3Client from Java SDK v2. to upload/download files from AWS S3 in a distributed web application. I had a problem with idle-connection-reaper daemon t
I am having trouble writing a script in Golang to launch a cloudformation template that has several parameters. I am new to both sdk and golang, so I am runnin
I created an SQS queue and added policy under permission tab allowing only my account users to configure the configure the notification Policy Document { "
When developing a Kinesis Consumer using Version 2 of the Kinesis Consumer Library and overriding the Dynamo DB endpoint to a localstack endpoint the library fa
Background I've just created some new tags in my AWS tenant using their Amazon Resource Groups Tagging API. Problem There doesn't seem to be anyway of activa
I have an ASP .NET Core API endpoint which accepts the below model: public class FileUploadModel { public IFormFile? File { get; set; } public DateTime?
I can't get adminUpdateUserAttributes for Cognito to work. The cli works and I can have the user add/changed them not desired but wanted to see it working. I'
I am getting an error when calling to assume role method of STS. It says that the user is not authorized to perform sts:AsumeRole on resource xxx. I did the fo
I am trying to hit my Spring Boot Server(2.1.4) with 500 user threads using JMeter(5.0). while trying this I got the error in JMeter log file which is about 1%
How do I copy all objects from one prefix to other? I have tried all possible ways to copy all objects in one shot from one prefix to other, but the only way th
I get an error AWS::S3::Errors::InvalidRequest The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256. when I try upload fi
I had a use case where I was switching to using spot instances for my application instead of on demand instances. According to my requirement i should be able t