https://github.com/rjulian/cookiecutter-python-gcp-cloud-function-terraform
Cookiecutter for creating a python cloud function to be deployed with terraform.
https://github.com/rjulian/cookiecutter-python-gcp-cloud-function-terraform
cookiecutter-template gcp gcp-cloud-functions python terraform
Last synced: about 1 month ago
JSON representation
Cookiecutter for creating a python cloud function to be deployed with terraform.
- Host: GitHub
- URL: https://github.com/rjulian/cookiecutter-python-gcp-cloud-function-terraform
- Owner: rjulian
- Created: 2023-01-18T03:36:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T23:17:24.000Z (over 2 years ago)
- Last Synced: 2025-04-01T00:41:20.740Z (3 months ago)
- Topics: cookiecutter-template, gcp, gcp-cloud-functions, python, terraform
- Language: HCL
- Homepage:
- Size: 21.5 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cookiecutter-python-gcp-cloud-function-terraform
A [cookiecutter](https://cookiecutter.readthedocs.io/en/latest/) template for creating python-based cloud functions with the goal of deployment to GCP via use of Terraform.
## Features
* Formatting and linting with `black` and `pylint`
* Unit testing and coverage with `pytest`.
* Deployment with `terraform`
* Orchestration via `make`
* Setup for Github Actions pipeline.## Usage
`cookiecutter https://github.com/rjulian/cookiecutter-python-gcp-cloud-function-terraform`