Matthew Birchler

Results 10 issues of Matthew Birchler

This may be by design, but I was hopeful it would work. When an attribute is set during init, `on_setattr` does not seem to apply, but it does after instantiation....

Documentation

When a DynamoDB table has a customer-managed CMK, the following error occurs: ``` Received response status [FAILED] from custom resource. Message returned: KMS key access denied error: com.amazonaws.services.kms.model.AWSKMSException: The ciphertext...

Description =========== `confluent_kafka` versions: ![image](https://user-images.githubusercontent.com/12355170/168877936-9b8bda43-b7bc-4cdc-a306-e23c5933031a.png) In bootstrapping our application, we create a `SerializingProducer` and dump it into our applications registry (registry not relevant) ```python schema_registry_client = SchemaRegistryClient({ "url": "https://fake.cc.schema.registry.com", "basic.auth.user.info":...

enhancement

## What This patch adds support for sarama's ConsumerGroup so that each claim message is traced. Due to some recent fixes in sarama's consumer group, the minimum version was upgraded...

apm:ecosystem

Is there a preference to the headers that are provided to AppSync? In the event multiple headers are sent, which one takes precedence? ``` headers: { x-api-key: 'XXXXXX', authorization: 'XXXXXX'...

question

Is it possible for internal extensions to be able to intercept a lambda invocation event or response? I want to build essentially a wrapper function that is meant to validate...

I believe that this PR introduced a bug: https://github.com/googleapis/api-linter/pull/1151 As stated in AIP-122: > Resource name components should usually alternate between collection identifiers (example: publishers, books, users) and resource IDs...

type: bug
priority: p2

When generating a `Paged` method: https://google.aip.dev/132, the `err` at the end will always be an `iterator.Done` (as long as the iterator was built successfully). List CLI methods should **not** return...

I would expect both test cases to work, but they do not. I assume somewhere there is a copy of the record in the primary key index that isn't getting...

PLEASE READ ------------- DO NOT submit tickets without _first_ using the latest version of Golang, clearing your local golang package cache, and re-building mockery using the _latest_ Golang version and...