Skip to content

google cloud functions, google cloud platform, python, serverless

Notifications You must be signed in to change notification settings

zdenulo/google-cloud-functions-system-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples of using system and custom programs in Google Cloud Functions

List of cloud functions to demonstrate possibilities to use Unix and compiled programs in Cloud Functions:

  1. cf_ascii - using figlet http://www.figlet.org/ compiled C program which converts text to ASCII text. Input request with parameter contains text which should be converted to ASCII
  2. cf_pdf2png - using provided ghostscript program to convert PDF file to PNG images (1 page -> 1 image)
  3. cf_system - executing various system commands to explore system within Cloud Functions, like displaying all binaries, executing commands.

More information can be found in this article Using system packages and custom binaries in Google Cloud Functions.

About

google cloud functions, google cloud platform, python, serverless

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published