An open API service indexing awesome lists of open source software.

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.

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`