Skip to content

v0.9.0

Choose a tag to compare

@talenfisher talenfisher released this 23 Dec 19:45
· 137 commits to master since this release
23c5047

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.

Prerelease Links

https://github.com/cythral/lambdajection/releases/tag/v0.9.0-beta1
https://github.com/cythral/lambdajection/releases/tag/v0.9.0-beta2
https://github.com/cythral/lambdajection/releases/tag/v0.9.0-beta3
https://github.com/cythral/lambdajection/releases/tag/v0.9.0-beta4
https://github.com/cythral/lambdajection/releases/tag/v0.9.0-beta5

Whats Next?

Please look forward to more built-in event handling and continued improvements to serialization/deserialization in v0.10.0 coming early 2022.