Skip to content

imgproxy/imgproxy-aws-sam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgproxy logo

GH Lint


imgproxy is a fast and secure standalone server for resizing and converting remote images. The main principles of imgproxy are simplicity, speed, and security.

This repository contains an AWS Serverless Application Model (SAM) template compatible with AWS CloudFormation that allows you to deploy imgproxy to AWS Lambda.

Using the template

We uploaded the template to our S3 bucket so you can use by a click of a button. The links below will take you to the AWS CloudFormation console with the template pre-filled. You just need to provide the required parameters and click Create stack.

Note

The link in the README points to the template from the master branch. If you want to use a specific version, you can find the links in the releases section.

Warning

Official Docker images of imgproxy prior to version 3.22.0 do not contain AWS Lambda adapter.

If you want to use the template with an older version of imgproxy, you need to build a custom Docker image with the adapter. Take note that this template assumes that the AWS Lambda adapter is configed to work in the rsponse_stream mode.

License

imgproxy-aws-sam is licensed under the MIT license.

See LICENSE for the full license text.

Security Contact

To report a security vulnerability, please contact us at security@imgproxy.net. We will coordinate the fix and disclosure.