-
Copy issue body from /home/qinjingyuan/.dep/vcpkg/installed/vcpkg/issue_body.md
Package: aws-sdk-cpp[access-management,accessanalyzer,account,acm,acm-pca,amp,amplify,amplifybackend,amplifyuibuilder,a…
-
Hi,
I have this small lambda function:
```typescript
import {ListBucketsCommand, S3Client} from "@aws-sdk/client-s3";
export const handle = async () => {
const s3Client = new S3Client();…
-
I noticed that the class BucketObjectv2 in the Pulumi AWS Java SDK does not follow standard Java naming conventions (PascalCase). Typically, Java classes use names like BucketObjectV2. Is this an inte…
-
## Overview
This is going to be a HUGE lift, however libnuke has already eased it a bit by providing context passing.
AWS SDK v1 is EOL June 31, 2025. We need to be swapped to AWS SDK v2 by then…
-
### Which component are you requesting ownership of?
- https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-aws-sdk
### Related Work an…
-
### Acknowledgements
- [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
- [X] I have verified all of my SDK modules are up-to-date (you can pe…
-
If OSS SDK Java try to add usermeta with key name contains '_', the put request will fail.
Example:
```java
com.amazonaws.services.s3.model.ObjectMetadata s3ObjMetadata = new ObjectMetadata();…
-
### Acknowledgements
- [X] I have searched (https://github.com/aws/aws-sdk/issues?q=is%3Aissue) for past instances of this issue
- [X] I have verified all of my SDK modules are up-to-date (you can pe…
-
### Terraform Core Version
1.9.8
### AWS Provider Version
5.77.0
### Affected Resource(s)
aws_s3_bucket_lifecycle_configuration
### Expected Behavior
Running a plan on a state that contains onl…
-
When getting an item with a subset of attributes for an entity with hidden timestamps, the send() method fails with 'missing required attribute for formatting '_ct'.
dynamodb-toolbox version : 1.13…