Deiwin Sarjas
Deiwin Sarjas
Would you be open to supporting a global configuration for tags to be included in all spans sent by the application?
### Input code ```js /** * @mixes Mixin */ class MyClass { constructor() { } } /** * @mixin */ const Mixin = { /** * A field */ field:...
Some background: > At the moment I have more than 1k highlights in Kindle that I've already imported to Anki (the reason I highlighted the words), but they are still...
### Description The [`aws-lambda` APISIX plugin](https://apisix.apache.org/docs/apisix/plugins/aws-lambda/) currently requires the usage of long-term credentials for authorization (`authorization.apikey` or `authorization.iam`). When APISIX itself also runs in an AWS environment, then usage of...
### Current Behavior When using the the `aws-lambda` plugin with IAM auth, then any request that includes URL-encoded query parameters will fail with the following error returned from AWS: ```...