- Fixed critical bug in Azure input/output bindings
- Added proper exception handling
- Added documentation for exception handling best practices
- Fixed broken build
- Unified logging with Timbre
- AWS deployment and template creation fixes
- Faster Azure deployment
- Timer triggered functions for AWS and Azure
- Queue triggered functions for AWS and Azure
- Azure only:
- Output support for queues, table storage and Cosmos DB tables
- Input support for table storage and Cosmos DB tables
- Task changes
- Renamed tasks. Use
boot
to check new task names - build.boot: Refer README.md and/or example project for more information for recommended usage
- Renamed tasks. Use
- Documentation updates
- AWS native deployment using SAM/CloudFormation
- documentation improvements
- improvements all around
- initial AWS Lambda support