From f3788f1d0c6e763ca62617dcecee77d6187de8a5 Mon Sep 17 00:00:00 2001 From: Sebastian Korfmann Date: Mon, 16 Apr 2018 21:48:35 +0200 Subject: [PATCH] Add AWS CloudFront Image Proxy Adds https://github.com/skorfmann/serverless-cloudfront-image-proxy as an example. --- community-examples.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community-examples.json b/community-examples.json index b92d6f68b..a2f3b1ce7 100644 --- a/community-examples.json +++ b/community-examples.json @@ -368,5 +368,10 @@ "name": "Personal Access Tokens Cron Check", "description": "Audit for leaked PAT in your Contentful organization. How to use serverless as cronjobs to keep your Personal Access Tokens secure", "githubUrl": "https://github.com/madtrick/cfpat-audit" + }, + { + "name": "Serverless AWS CloudFront Image Proxy", + "description": "Make CloudFront resize images on the fly via Lambda@Edge, cache it and persists it in S3.", + "githubUrl": "https://github.com/skorfmann/serverless-cloudfront-image-proxy" } ]