Albert Prat
Albert Prat
Right now, all errors are the same: ``` [ERROR] Invalid Commit Message The commit message is not properly formatted according to the Conventional Commits specification. For more details, see https://www.conventionalcommits.org/en/v1.0.0/...
Confirm by changing [ ] to [x] below to ensure that it's a bug: - [x] I've gone though [Developer Guide](https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/welcome.html) and [API reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/) - [x] I've checked [AWS Forums](https://forums.aws.amazon.com)...
Many methods that are typed to return MessageIteratorInterface, actually return MessageIterator. (see Mailbox class). The interface lacks every method stub from ArrayIterator class, which MessageIterator extends from. This is ~~wrong~~...
### Description This exception does not provide property path for the extra attributes found. So if they are in nested object, We are not able to construct reliable validation errors...
### Description If we denormalize some data structure with nested objects, the `ExtraAttributesException` only provides extra attributes for the first full denormalized object (stops execution). It would be nice to...
### Describe the feature It would be nice to do something like this: ```ts const store = new cloudfront.KeyValueStore(this, 'KeyValueStore', { keyValueStoreName: 'KeyValueStore', source: cloudfront.ImportSource.fromInline({ "data":[ { "key": "key1", "value":...
Fixes #11128. Copy of #11174, author can't complete it right now. Should be merged up to v3.1
### Name of the resource AWS::SecretsManager::SecretTargetAttachment ### Resource name _No response_ ### Description Include the reader host to the generated Secrets Manager secret for an RDS Aurora cluster. Currently, the...
Hi! I wonder if it would be possible to have a getter to obtain the "for" part of the "Received" header, parsed and processed maybe as an `AddressPart`, or maybe...