文件名称:google-cloud-functions-python:Google Cloud Functions Python运行时演示
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-18 12:01:35
python serverless google-cloud python3 serverless-functions
Google Cloud Functions Python运行时演示
演示Google Cloud Function演示了Python 3运行时的使用。 。
部署方式
$ gcloud components update
$ gcloud components install beta
$ gcloud beta functions deploy getUserDetails --runtime python37 --trigger-http --project
【文件预览】:
google-cloud-functions-python-master
----.gitignore(34B)
----requirements.txt(8B)
----LICENSE(1KB)
----.gcloudignore(534B)
----README.md(2KB)
----main.py(233B)