Serverless 架构开发框架 Serverless Framework 发布了 1.78.0 版本,该框架使用 AWS Lambda、Azure Functions、Google CloudFunctions 等技术,可以构建 Serverless 架构的 Web、移动和 IoT 应用。
此版本更新内容包括:
Features
- 基于 schema 的服务配置验证
- AWS Lambda: 支持
maximumEventAge
与maximumRetryAttempts
Bug Fixes
- AWS EventBridge:
- 修复事件删除的处理
- 修复将 lambda 附加到“默认”阶段的问题
- Templates: Kotlin 依赖
- 仅在 AWS provider 情况下将 versionFunctions 设置为 true
更新说明:
https://github.com/serverless/serverless/releases/tag/v1.78.0
转自 https://www.oschina.net/news/117658/serverless-1-78-0-released