powertools-lambda-dotnet
powertools-lambda-dotnet copied to clipboard
Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
> 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...
### 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_ ###...
### 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...
### 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...
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...
Bumps squidfunk/mkdocs-material from `23b6978` to `95f2ff4`. [](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...
### 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)...
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...
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...
### 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...