Created
August 15, 2021 10:45
-
-
Save thoughtspeed7/bb56f276a5489e840faa66a703ca6a3a to your computer and use it in GitHub Desktop.
Run Google Cloud Functions Everywhere Using Functions Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "functions-framework-demo", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "start": "functions-framework --target=helloWorld" | |
| }, | |
| "keywords": [], | |
| "author": "Raj Chaudhary", | |
| "license": "ISC", | |
| "dependencies": { | |
| "@google-cloud/functions-framework": "^1.9.0" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment