Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save thoughtspeed7/11b669e35be4a5f07c95ada25a32bae0 to your computer and use it in GitHub Desktop.
Run Google Cloud Functions Everywhere Using Functions Framework
// om namah shivaya
exports.helloWorld = (req, res) => {
res.send('Hello, World!');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment