jordan gonzález

Results 11 issues of 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...

bug
core
community

### 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...

enhancement

### 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...

semver-minor
serverless

# What does this PR do? A brief description of the change being made with this pull request. # Motivation What inspired you to submit this pull request? # Additional...

### Describe the bug RIC expects to get case sensitive (capitalized kebab case) headers from the Lambda Runtime API. https://github.com/aws/aws-lambda-dotnet/blob/3c683215a899355e0d89ae05933318b94764cc90/Libraries/src/Amazon.Lambda.RuntimeSupport/Client/RuntimeApiHeaders.cs#L22-L28 ### Regression Issue - [ ] Select this option if...

bug
pr/needs-review
module/lambda-client-lib
p2

## Issue Idea for #2093 ## Changes Looks up for headers without any case restrictions. By submitting this pull request, I confirm that my contribution is made under the terms...

## Summary of changes ## Reason for change ## Implementation details ## Test coverage ## Other details

status:work-in-progress
status:do-not-merge
area:integrations

## Summary of changes Updated the AWS Lambda instrumentation to send the top level placeholder span. ## Reason for change So telemetry in the span created by the AWS Lambda...

area:serverless
area:integrations