Skip to content

Commit

Permalink
Add v0.9.0 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
talenfisher committed Dec 9, 2021
1 parent 9f912ee commit 23c5047
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/releases/v0.9.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Enhancements

- Request serialization / deserialization is now handled by Lambdajection instead of the serializers provided by Amazon's Runtime Support. This implementation is purely System.Text.Json-based.
- X-Ray Active Tracing can now be easily enabled by adding a PackageReference to the new Lambdajection.Tracing package.
- Enables .NET 6 Support and drops .NET 5 support.
- SNS Event Handling is now built in to Lambdajection. Add the Lambdajection.Sns package to your project and use the SnsEventHandlerAttribute to denote Lambdas that are sourced from SNS events. The lambda handler will be invoked once for each SNS record received.
- A model for CloudFormation Stack Notifications is included in the Lambdajection.Sns package for processing stack notification events.
- The lambda output for Custom Resources is now the full response that would've been sent to CloudFormation, rather than just the output data.

0 comments on commit 23c5047

Please sign in to comment.