cloud_function_thumbnails_generator

module
v0.0.0-...-6d299f1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2020 License: MIT

README

Cloud Function Thumbnails Generator

Go Report Card

  • GenerateThumbnails function will generate 100x100, 500x500, 1000x1000 thumbnails triggered by uploading image to the target bucket.
  • DeleteThumbnails function will delete generated thumbnails when original image gets deleted.

Deploy

  • GenerateThumbnails
cd functions/generate_thumbnails
gcloud functions deploy GenerateThumbnails --runtime go111 --trigger-resource BUCKET_NAME --trigger-event google.storage.object.finalize
  • DeleteThumbnails
cd functions/delete_thumbnails
gcloud functions deploy DeleteThumbnails --runtime go111 --trigger-resource BUCKET_NAME --trigger-event google.storage.object.delete

Example

Uploaded Image

Uploaded Image

Generated Thumbnails
  • 1000x1000

1000x1000

  • 500x500

500x500

  • 100x100

100x100

Directories

Path Synopsis
functions

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL