-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f912ee
commit 23c5047
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |