aws-sdk Questions

2

I got error below than I inspect the error found - AWS$6.STS.prototype Uncaught TypeError: Cannot read properties of undefined (reading 'prototype') It build successfully. And I can upload file to ...
Charpoy asked 20/11, 2022 at 10:9

4

I am trying to upload files to my S3 bucket from my Node.js app, so I am following some very simple tutorials like this one. The code is pretty straightforward : const AWS = require("aws-sdk"); ...
Cantilena asked 16/6, 2020 at 16:45

2

I am trying to find a faster way to count all of the objects within an s3 bucket using Amazon's AWS SDK. private static int getBucketFileCount(AmazonS3 s3, ListObjectsV2Request req) { ListObjects...
Magnoliamagnoliaceous asked 23/8, 2017 at 20:56

3

I am trying to use cost explorer API from a IAM user credential but I am getting access denied error. Below is the policy attached for the IAM user. Is any other permission required? Where i am goi...
Antisocial asked 7/3, 2018 at 11:21

2

Solved

https://wincent.com/wiki/HTTPS_access_to_Amazon_S3_buckets http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html Is there any way to use the Java SDK to generate a presigned S3 temporary...
Festus asked 19/10, 2017 at 22:5

6

I am working on a project with AWS-SDK V3, Cognito and AWS. I am struggling to setup basic functions, and keep getting errors like: ReferenceError: Property 'ReadableStream' doesn't exist. I can't ...
Angelika asked 2/1, 2024 at 7:10

7

I've been looking through the AWS Dynamo DB documentation and the Amazon Dynamo interface and it seems like there's no way to remove a column from a table, outside of deleting the entire table with...
Henpeck asked 10/3, 2015 at 13:29

5

Solved

I'm trying to upload images to a Digital Ocean space from the browser. These images should be public. I'm able to upload the images successfully. However, though the ACL is set to public-read, the ...
Montcalm asked 9/3, 2021 at 22:51

4

Solved

I'm trying to migrate from aws-sdk-go to aws-sdk-go-v2. But, I am using localstack locally to mimic some aws services such as sqs and s3. I'm not sure how to configure the new sdk to use the locals...
Korman asked 8/2, 2021 at 15:37

5

Solved

How can I hook up my local minIO storage with aws-sdk-go-v2? I can find clear documentation of how to do that in the previous version of go SDK but not with V2. I read through the version 2 source ...
Occupancy asked 17/5, 2021 at 19:6

5

We are using aws sagemaker that is using ecs container, Is there a way, we can setup environment variable (e.g. stage or prod) in container when calling sagemaker api using low level python sdk
Pandybat asked 6/7, 2018 at 17:16

2

Solved

I'm relatively new to AWS, and so my lack of knowledge of this may be the reason why I don't understand why this doesn't work. However, I've looked around the web as well as the docs for solutions ...
Micelle asked 7/7, 2021 at 9:14

5

I want to save an object that is encoded as a Json string to DynamoDB using the AWS Java SDK 2.0. In the AWS Java SDK 1.n, it is possible to convert standard Json strings to DynamoDB AttributeValu...

8

Solved

I have created one user pool & identity pool. I have used javascript sdk. I am able to signup, send confirmation code & confirm user successfully with javascript sdk. But when i try to ...

5

Solved

I want to make S3 bucket public to everyone but I get access denied when I do That and it Says You can't grant public access because Block public access settings are turned on for this account. T...
Manual asked 11/5, 2019 at 21:22

3

I'm currently using the AWS javascript SDK to create pre-signed POST's. (note that this question is NOT about pre-signed PUTs/URLs, another s3 feature) https://github.com/aws/aws-sdk-js/ When try...
Pinion asked 20/8, 2018 at 17:24

1

I have a Lambda using the AWS Java SDK that is triggered via SQS. The SQS message contains at least one S3 bucket/key combination. The lambda reads the specified file which is full of tomcat log ev...
Milord asked 6/8, 2019 at 19:9

6

Solved

I am trying to test a .NET core console program to publish a message to SNS. As I had issues trying to get it to work in Lambda, I want to try it in a non-Lambda environment. In Lambda, security is...
Browning asked 5/11, 2017 at 18:7

3

Solved

Let's say I am doing an update and a delete: const transactionParams = { ReturnConsumedCapacity: "INDEXES", TransactItems: [ { Delete: { TableName: reactionTableName, Key: { "SOME_PK_", "S...
Innominate asked 18/5, 2020 at 16:19

4

Solved

I have a react web app that allows users to record mp3 files in the browser. These mp3 files are saved in an AWS S3 bucket and can be retrieved and loaded back into the react app during the user's ...
Spinach asked 7/4, 2021 at 19:57

5

Solved

Recently I found that aws-sdk NPM module is preinstalled in AWS Lambda nodejs8.10. And I can't find any information in the internet about it. Which other node.js modules are pre-installed in AWS L...
Micrometry asked 30/11, 2018 at 23:55

4

Solved

I'm uploading a mp4 video to AWS S3 using a pre-signed URL, the upload succeeds but when I try to download the video from S3 and play it in a media player (VLC or quickTime), it doesn't play!. Gen...
Yodle asked 20/7, 2019 at 13:17

6

Solved

We have s3 'folders' (objects with a prefix under a bucket) with millions and millions of files and we want to figure out the size of these folders. Writing my own .net application to get the list...
Willumsen asked 29/4, 2015 at 19:8

5

latestAll S3 bucket file is displayed, but when I upload file then error is generate. I have ARN and instance profile. use Aws\Credentials\CredentialProvider; use Aws\Credentials\InstanceProfileP...
Overweigh asked 11/6, 2019 at 11:1

2

I have followed this blog in order to setup my AWS IAM and S3 accounts with Web Identity Federation. I am able to authenticate and receive session credentials and tokens all fine. I am also able to...
Goldengoldenberg asked 19/7, 2017 at 7:18

© 2022 - 2025 — McMap. All rights reserved.