Skip to content

Commit 23c5047

Browse files
committed
Add v0.9.0 Release Notes
1 parent 9f912ee commit 23c5047

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/releases/v0.9.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## Enhancements
2+
3+
- 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.
4+
- X-Ray Active Tracing can now be easily enabled by adding a PackageReference to the new Lambdajection.Tracing package.
5+
- Enables .NET 6 Support and drops .NET 5 support.
6+
- 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.
7+
- A model for CloudFormation Stack Notifications is included in the Lambdajection.Sns package for processing stack notification events.
8+
- 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 commit comments

Comments
 (0)