jordan gonzález
jordan gonzález
**Current behaviour** `[email protected]` warns an error for the environment logger when using the writer `SyncWriter` in the configuration. `TraceWriter` doesn't trigger this warning, but I was recommended not to use...
### What and why? The `aws-cli` allows users to have multiple credentials in a file, commonly separated by named profiles. Those credentials are stored by default in the path `~/.aws/credentials`....
jordan.gonzalez experimental branch ## Checklist - [ ] Change(s) are motivated and described in the PR description - [ ] Testing strategy is described if automated tests are not included...
## Problem Currently, you can only build for runtimes at the provider level. ```yml provider: name: aws region: sa-east-1 runtime: nodejs18.x functions: hello-world: handler: index.handler ``` If I want to...
### What does this PR do? Gates AWS Lambda tracer instrumentation with the key `lambda`. Adds a `clearTimeout` to non-promisified functions. ### Motivation Support ticket where customers was being timed...