我有一个用 nodejs 编写的 Google Cloud Function,我想使用 @google-cloud/functions-framework 运行它。我的结构是
main_folder/
test_function/
index.js
node_modules/
package.json
在结构中,我的入口点位于 test_function/index.js 内部。有没有办法使用函数框架调用该函数?或者函数框架不适用于文件夹结构(index.js 必须位于根文件夹中)?
如有任何帮助,我们将不胜感激。预先感谢