Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created August 15, 2021 10:45
Show Gist options
  • Select an option

  • Save thoughtspeed7/bb56f276a5489e840faa66a703ca6a3a to your computer and use it in GitHub Desktop.

Select an option

Save thoughtspeed7/bb56f276a5489e840faa66a703ca6a3a to your computer and use it in GitHub Desktop.
Run Google Cloud Functions Everywhere Using Functions Framework
{
"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