tongchenkeji 发表于:2023-11-7 21:47:410次点击 已关注取消关注 关注 私信 在阿里函数计算中,自定义 nodejs runtime 有想关的文档么?[阿里云Serverless] 暂停朗读为您朗读 在阿里函数计算中,自定义 nodejs runtime 有想关的文档么?弹内 FC 也可以参考这个方式自定义 Node v18 的 runtime 么? 「点点赞赏,手留余香」 赞赏 还没有人赞赏,快来当第一个赞赏的人吧! 海报 Serverless 应用引擎# JavaScript207# Serverless2886# 函数计算2686
小周sirAM 2023-11-28 3:01:12 1 是的,在阿里云函数计算中,您可以自定义 Node.js 运行时。为此,你需要创建一个 Docker 镜像,其中包含你想要的 Node.js 版本和其他所需的依赖项。
小小杳杳杳AM 2023-11-28 3:01:12 2 custom runtime的文档https://help.aliyun.com/zh/fc/user-guide/custom-runtime/?spm=a2c4g.11186623.0.0.645f38efvGJAT7 nodejs 可以参考这个示例https://gitee.com/devsapp/start-fc/tree/main/custom-function/nodejs12/fc-custom-nodejs12-event。此回答来自钉群阿里函数计算官网客户。
是的,在阿里云函数计算中,您可以自定义 Node.js 运行时。为此,你需要创建一个 Docker 镜像,其中包含你想要的 Node.js 版本和其他所需的依赖项。
custom runtime的文档
https://help.aliyun.com/zh/fc/user-guide/custom-runtime/?spm=a2c4g.11186623.0.0.645f38efvGJAT7
nodejs 可以参考这个示例
https://gitee.com/devsapp/start-fc/tree/main/custom-function/nodejs12/fc-custom-nodejs12-event。此回答来自钉群阿里函数计算官网客户。