Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 446 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 446 Bytes

Cloud Functions Demo

A simple demonstration of a Python function that can be deployed to GCP Cloud Functions. Includes a demonstration of the following:

  • Nested folder structure
  • Inclusion of the Functions Framework
  • Uses GitHub Actions for Continuous Deployment
  • Use of Pipenv for dependency management
  • Use of environment variables
  • Use of secrets
  • .gcloudignore

Features

Functions Framework

GitHub Actions

Secrets