-
## Description
It would be neat to migrate to AWS SDK v2 since v1 was deprecated quite some time ago. AWS provides a tool to help with this task: https://docs.aws.amazon.com/sdk-for-java/latest/dev…
-
| Package | aws/aws-sdk-php |
| Severity | medium …
-
### Describe the bug
```kotlin
suspend fun getSuggestions(query: String): SearchPlaceIndexForSuggestionsResponse? {
return withContext(Dispatchers.IO) {
runCatching {
val re…
-
Scheint die 1er-Version zu sein. Wir verwenden die 2er-Version mit aws-sdk-s3.
-
Hi everyone,
I’ve been working on configuring the retry behavior for AWS SDK clients in Quarkus applications, and I noticed there’s no built-in way to define retry policies (e.g., RetryMode or max…
-
Given that AWS SDK v2 is going to be [end-of-support](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/) on September 8th, 2025, would it be possible to …
-
Both versions are currently used in teleport (join_ec2.go,lib/utils/ec2.go use v2), V1 should be migrated away from eventually
Docs for migration: https://aws.github.io/aws-sdk-go-v2/docs/migrating/…
lxea updated
14 hours ago
-
Hello, I am from the AWS SDK for Kotlin team. We have a [customer trying to use this project](https://github.com/smithy-lang/smithy-kotlin/issues/1173) and running into issues with their OkHttp config…
-
## Expected Behavior
No errors.
## Actual Behavior
`InvalidSignatureException` error intermittently appearing in our logs, resulting in invalid token validation that caused auth issues for users.
…
-
Hi,
I have this small lambda function:
```typescript
import {ListBucketsCommand, S3Client} from "@aws-sdk/client-s3";
export const handle = async () => {
const s3Client = new S3Client();…