Skip to content

dh-center/serverless-image-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Image Handler

Serverless image handler can save images to cloud storage (bucket), take it from the bucket and apply filters to it. This technology solves the problem with image storage. It can be quickly implemented in cloud service with a minimum amount of server resources. With these functions, you can optimize page load time and internet traffic. This is a solution for those who do not want to mess around with servers and distribute loads, but just start writing code for their project.

Authors

Documentation

Logo

Demo

https://images.dh-center.ru/index.html

Deployment

Terraform deploying

To deploy functions on Yandex Cloud with Terraform follow these steps:

  1. Create terraform.tfvars file in terraform and fill it with variables like terraform.sample.tfvars
  2. Run terraform apply command in terraform folder

Filters

  • crop
  • blur
  • resize
  • pixelate
  • optimize
  • grey
  • sepia
  • negative
  • noise
  • brightness
  • b&w