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 62 powertools-lambda-dotnet issues
Sort by recently updated
recently updated
newest added

> Please provide the issue number Issue number: #212 ## Summary ### Changes Support for AOT in Idempotency and JMESPath. Done: - Add JMESPathSerializationContext.cs and Serializer. - Add Idempotency IdempotencySerializationContext.cs...

internal
size/XL
tests
area/idempotency

### Summary - #608 Add Ability to not throw error on full batch failure ### Why is this needed? Release ### Which area does this relate to? _No response_ ###...

internal

### Expected Behaviour When logging an `Enum`, the value of the enum should be logged. ### Current Behaviour Of note: this only occurs with the .net8 runtime; not the .net6...

bug
area/logging
released

### Use case Related to https://github.com/aws-powertools/powertools-lambda-python/issues/5237 Add anew `DefaultDimensions` property to `Metrics` decorator to allow it to set Default Dimentsions on coldstart. This new property will set global default dimensions...

area/metrics
feature-request

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. Release notes Sourced from actions/download-artifact's releases. v4.3.0 What's Changed feat: implement new artifact-ids input by @​GrantBirki in actions/download-artifact#401 Fix workflow example for downloading by...

dependencies
internal
github-actions
size/XS
github_actions

Bumps squidfunk/mkdocs-material from `23b6978` to `95f2ff4`. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=squidfunk/mkdocs-material&package-manager=docker&previous-version=23b69789b1dd836c53ea25b32f62ef8e1a23366037acd07c90959a219fd1f285&new-version=95f2ff42251979c043d6cb5b1c82e6ae8189e57e02105813dd1ce124021a418b)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

documentation
dependencies
internal
size/XS
docker

### Use case Add support for AppSync Events ### Solution/User Experience ```csharp using AWS.Lambda.Powertools.EventHandler.AppSyncEvents; public class Function { AppSyncEventsResolver _app; public Function() { _app = new AppSyncEventsResolver(); _app.OnPublishAsync("/default/channel", async (payload)...

feature-request
pending-release

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.15 to 3.28.16. Release notes Sourced from github/codeql-action's releases. v3.28.16 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
internal
github-actions
size/XS
github_actions

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.5.0 to 5.6.0. Release notes Sourced from actions/setup-python's releases. v5.6.0 What's Changed Workflow updates related to Ubuntu 20.04 by @​aparnajyothi-y in actions/setup-python#1065 Fix for Candidate Not Iterable...

dependencies
internal
github-actions
size/XS
github_actions

### Link to your material https://github.com/serverless-dna/powertools-mcp ### Description This project implements an MCP server that enables Large Language Models (LLMs) to search through AWS Lambda Powertools documentation. The server accesses...

community-content