Serverless 架构开发框架 Serverless Framework 发布了 3.22.0 版本,该框架使用 AWS Lambda、Azure Functions、Google CloudFunctions 等技术,可以构建 Serverless 架构的 Web、移动和 IoT 应用。
此版本更新内容包括:
Features
- AWS Cognito:添加对 Custom Sender Triggers 的支持 ( #11201 ) ( 22802ef )
Bug 修复
- AWS HTTP API:修复 API 网关超时问题 ( #11223 ) ( 16b0cd6 )
- Variables:修复对同一变量的 parallel resolution 的处理 ( #11299 ) ( 1f9a07f )
Maintenance Improvements
- 删除剩余的内部
self:
handling ( #11279 ) ( 544717e ) lodash
replacement:- 替换
_.flatMap
为Array.prototype.flatMap
( #11272 ) ( 4f7e129 ) - 替换
_.flatten
为Array.prototype.flat
( # 11271) ( b36cdf2 )
- 替换
- 忽略 Compose triage 中的
doctor
( #11283 ) ( ef2dcb6 )
更新说明:https://github.com/serverless/serverless/releases/tag/v3.22.0