hellt / netdevops.me_gitment_comments

0 stars 0 forks source link

Creating Google Cloud Platform Function with Python and Serverless #33

Open hellt opened 4 years ago

hellt commented 4 years ago

https://netdevops.me/2019/creating-google-cloud-platform-function-with-python-and-serverless/

Two years ago I shared my experience on building the AWS Lambda function for a python project of my own. And a few days ago I stumbled upon a nice opensource CLI tool that I immediately wanted to transform in a web service.

Naturally, a simple, single-purpose tool is a perfect candidate for function-as-a-service (FaaS), and since I had past experience with AWS Lambda, this time I decided to meet its Google’s sibling - Google Cloud Function.

In this post we’ll discover how to take a python package with 3rd party dependencies, make a GCP Function from it and deploy it without a single click in the UI - all without leaving the IDE.

[Project’s source code]