Serverless 架构开发框架 Serverless Framework 发布了 3.26.0 版本,该框架使用 AWS Lambda、Azure Functions、Google CloudFunctions 等技术,可以构建 Serverless 架构的 Web、移动和 IoT 应用。
此版本更新内容包括:
Features
- Plugins:支持配置扩展中的变量 (#11558) (968ddd5)
- AWS Lambda:
functions[].snapStart
支持 (#11576) (adf11b7) provider.logDataProtectionPolicy
andfunctions[].logDataProtectionPolicy
(#11599) (2a5e11a)- 支持
.cjs
和.mjs
配置扩展名 (#11586) (9d57933)
Bug Fixes
- Variables:支持空字符串环境变量 (#11629) (022db9c)
- AWS Local Invoke:恢复破坏 jackson-databind 的升级 (#11589) (f00eb82)
Maintenance Improvements
- 隔离导入调用 (#11587) (fe62096)
- 移除不再适用的设置 (#11608) (dd5b8f6)
- 在 import-esm util 中支持相对路径 (#11593) (fcf17a6)
- 改进模块名称 (#11587) (ac1e0db)
更新说明:https://github.com/serverless/serverless/releases/tag/v3.26.0