v0.9.0-beta3
Pre-release
Pre-release
New Features
- 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.