Karming

Results 5 issues of Karming

Reference: https://docs.aws.amazon.com/lambda/latest/dg/access-control-resource-based.html Is this currently possible? If not, is there a way to see a roadmap of the available AWS controllers? Thank you!

kind/enhancement
service/lambda

Hi, Is there any documentation what service name is supported? For example, when publishing a new graphql schema with a service such as `test/test`, it will be published correctly as...

bug

The semantic convention for GraphQL spans is specified here: https://opentelemetry.io/docs/specs/semconv/graphql/graphql-spans/. This will also resolve https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues/560.

keep

**Is your feature request related to a problem? Please describe.** Currently, whenever a lock is unlocked by a usercode, the `Keypad unlock operation` notification is created with the `parameters: userId:...

enhancement

Hi, We currently use Shoryuken to process SQS messages with the following sample configuration: ```yml groups: group_a: concurrency: 2 queues: - "some_queue" group_b: concurrency: 2 queues: - "some_queue_b" ``` As...

question