並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

cloudfunctionsの検索結果1 - 4 件 / 4件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

cloudfunctionsに関するエントリは4件あります。 まとめnetworkgcp などが関連タグです。 人気エントリには 『CloudFunctionsのNode.jsで「Function cannot be initialized」が発生する原因と対策 - ITips』などがあります。
  • CloudFunctionsのNode.jsで「Function cannot be initialized」が発生する原因と対策 - ITips

    開発 CloudFunctionsのNode.jsで「Function cannot be initialized」が発生する原因と対策 Googleのクラウド環境上で仮想サーバーの設定をせずにサーバーレスでプログラムを実行できるCloudFuntions。 CloudFuntionsではいくつかのプログラム言語を利用できるが、その中のひとつ「Node.js」を使っていると、デプロイ時にあるエラーに遭遇することがある。 Function cannot be initialized 初期化エラーのようだがエラーメッセージを見ても対策がわからない。 そこで今回は、CloudFunctionsのNode.jsで「Function cannot be initialized」が発生する原因と対策について解説する。

      CloudFunctionsのNode.jsで「Function cannot be initialized」が発生する原因と対策 - ITips
    • GCP CloudFunctionsの実行IPアドレスを固定化する方法 - Qiita

      2020/02/03 追記 CloudFunctionsのIP固定ですが、proxyサーバ立てないでマネージドでも出来るようになりました! https://cloud.google.com/functions/docs/networking/network-settings?hl=ja#associate-static-ip 下記に書いた構成からproxyサーバを外していただき CloudFunctionsの設定で すべてのトラフィックをVPCコネクタ経由でルーティングする に変更すればproxyサーバ無くてもIPの固定が出来ます! はじめに gcp のCloudFunctionsは便利ですが、IPが固定されていなく、VPC内での起動も出来ないのでNATを通す事も出来ません。 IP制限がされているサービスに対してCloudFunctionsでアクセスしたい場合ってありませんか? 私はありま

        GCP CloudFunctionsの実行IPアドレスを固定化する方法 - Qiita
      • CloudFunctionsをきれいに整理したい。 - Qiita

        こんばんは、Stamp Incの村本です。 普段はFirebaseの技術コンサルティングをやってます。 今日は、Firebase Meetup #15 Cloud Functions Dayが行われてると言うことで、僕は仕事で参加できなかったんだけどちょっとしたTipsを紹介します。 CloudFunctionsの管理って大変ですよね?みんなindex.tsにベタ書きしてたりしませんか? CloudFunctionsのFunctionを整理する Functionはネスト可能 CloudFunctionsはJSのモジュールを使えば結構きれいに整理することができます。 CloudFunctionsではネストしたFunctionも認識してくれます。次の例をみてください。 これはシンプルなCallable functionの例です。

          CloudFunctionsをきれいに整理したい。 - Qiita
        • CloudFunctions for Firebase トリガー 関数 早見表 - Qiita

          CloudFunctions for Firebaseの一つの利点は、他のFirebase サービスとの強力な連携です。 Functionの起動トリガーとして、各サービスのイベントを利用できます。 今回はサービスごとに多様にあるトリガーをまとめてみました。 ここで紹介したコードはこちらのGithubリポジトリにあります。 https://github.com/kawamataryo/firebase-functions-trigger-list Firestore #onCreate document()で指定したコレクションへのドキュメントの追加をトリガーに関数が実行される。 export const onCreate = functions.firestore .document("/users/{userId}") .onCreate(async (snapshot, context

            CloudFunctions for Firebase トリガー 関数 早見表 - Qiita
          1

          新着記事