Andrew Bernat
Andrew Bernat
- one to demonstrate combined subscriptions: sub, subOnce, subOnceEach - one to demonstrate pub will succeed w/o any subscriber
I was wondering if there is a way to have the cloudwatch log stream within a log group rotate hourly? For example, if i could define the `log_stream_prefix` to be...
### What did you do? I created a PR to demonstrate the problem: https://github.com/go-kit/kit/pull/1295 To summarize, there are 4 counters: ```golang c1 := (&Counter{}).With("a", "1", "b", "2", "c", "3", "d",...
potential slice bug with label-values. Label-values are stored in a Counter as a string slice and copyied over to a new Counter when With(lvs ...string) is invoked. The slice bug...
*Issue #, if available:* Issue [121](https://github.com/aws-samples/bedrock-access-gateway/issues/121): Request to add unit tests and coverage data *Description of changes:* By submitting this pull request, I confirm that you can use, modify, copy,...
**Is your feature request related to a problem? Please describe.** I would like to have unit tests to run to confirm that any changes don't break existing functionality. I would...
For the datadog_synthetics_global_variable resource, create value_wo and value_wo_version attributes. value_wo is a wrote only attribute that behaves like the value attribute [except write only]. This will support writing ephemeral resources...