powertools-lambda-dotnet icon indicating copy to clipboard operation
powertools-lambda-dotnet copied to clipboard

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.

Results 18 powertools-lambda-dotnet issues
Sort by recently updated
recently updated
newest added

### Expected Behaviour I am able to add metrics from multiple threads without issue. ### Current Behaviour Metrics throws an exception: ``` System.InvalidOperationException: Collection was modified; enumeration operation may not...

bug
triage

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies
internal
size/XS

### Use case The minimal API model using [Amazon.Lambda.AspNetCoreServer.Hosting](https://github.com/aws/aws-lambda-dotnet/tree/master/Libraries/src/Amazon.Lambda.AspNetCoreServer.Hosting) is a great way to migrate an existing ASP .NET API to AWS Lambda. However, if one requires better observability, there...

feature-request
minimal-api
v2

### Expected Behaviour Logger should respect the casing of the of the object it logs, irrespective of the `POWERTOOLS_LOGGER_CASE` configuration. In the following example, the logging attribute logs the [Amazon.Lambda.SQSEvents.SQSEvent](https://github.com/aws/aws-lambda-dotnet/blob/master/Libraries/src/Amazon.Lambda.SQSEvents/SQSEvent.cs)....

bug
area/logging
v2

### Use case Historically, .NET Lambda functions have cold-start times which impact user experience, system latency, and usage costs of your serverless applications. With .NET 7, Microsoft adds support for...

feature-request
pending-release
aot

### What were you searching in the docs? I am looking for the documentation to show me how to use typed logger, and interface based logger rather than Logger. static...

documentation
area/logging

> Please provide the issue number Issue number: #212 ## Summary - Logging AOT support - Metrics AOT support ### Changes - Logging - Remove Logging lambda context reflection -...

area/metrics
area/logging
area/tracing
internal
do-not-merge
area/common
size/XL
tests
aot
area/parameters

### Summary We should make it easier for developers that use Powertools to test their apps. TODO ### Why is this needed? Better user experience TODO ### Which area does...

internal

### What were you searching in the docs? ATM the extra keys samples do not show correct implementation. Shows `Logger.AppendKeys` method not `Logger.AppendKey`. ### Is this related to an existing...

documentation
area/logging

### Expected Behaviour Logger name should not be lost when object logged has a property called "name". This is lost - `"name": "AWS.Lambda.Powertools.Logging.Logger",` and replaced with `"name": "Alan Adams", `....

area/logging
need-rfc