Micronaut Google Cloud Function

2023-03-13 09:37 更新

Micronaut GCP 子項(xiàng)目中實(shí)現(xiàn)了對(duì) Google Cloud Function 的支持。

具有云功能的簡(jiǎn)單功能

您可以使用直接實(shí)現(xiàn) Cloud Function Framework API 的 Micronaut 實(shí)現(xiàn) Cloud Functions。

使用 CLI

要?jiǎng)?chuàng)建 Google 云函數(shù):

$ mn create-function-app my-app --features google-cloud-function

或者使用 Micronaut Launch

$ curl https://launch.micronaut.io/create/function/example\?features\=google-cloud-function -o example.zip
$ unzip example.zip -d example

具有云函數(shù)的 HTTP 函數(shù)

您可以使用 Micronaut 對(duì) HTTP 函數(shù)的支持來(lái)部署使用 @Controller 等的常規(guī) Micronaut 應(yīng)用程序。

使用 CLI

要?jiǎng)?chuàng)建 Google Cloud HTTP 函數(shù):

$ mn create-app my-app --features google-cloud-function

或者使用 Micronaut Launch

$ curl https://launch.micronaut.io/example.zip\?features\=google-cloud-function -o example.zip
$ unzip example.zip -d example


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)