New posts in aws-sdk

Why do I get "The request signature we calculated does not match the signature you provided." for GET but not PUT for OpenSearch?

Is it possible to filter AWS S3 objects based on certain metadata entry?

How do I promisify the AWS JavaScript SDK?

How to copy/move all objects in Amazon S3 from one prefix to other using the AWS SDK for Node.js

How to generate a presigned URI that allow several HTTP methods (here : GET and HEAD)?

No RegionEndpoint or ServiceURL configured

AWS Java SDK - AWS authentication requires a valid Date or x-amz-date header

How to get the region of the current user from boto?

Simple file upload to S3 using aws-sdk and Node/Express

How enable access to AWS STS AssumeRole

How do I delete an object on AWS S3 using Javascript?

What's the difference between BatchGetItem and Query in DynamoDB?

AWS Java SDK - Unable to find a region via the region provider chain

AmazonS3Client(credentials) is deprecated

The role defined for the function cannot be assumed by Lambda

AWS SDK for PHP: Error retrieving credentials from the instance profile metadata server

'Credential is missing' Error On Instantiating S3 Class Using AWS-SDK JS V3

How to delete an s3 object from a lambda function using aws-sdk

"Unable to execute HTTP request: Connect to <bucket-name>.s3.amazonaws.com:443 failed: connect timed out

How to mock AWS SDK2 (S3) in Java