From ddf3b0dd18d2eeb256533b6135237430ad9f70e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Luiz?= Date: Sun, 19 Dec 2021 22:24:34 -0300 Subject: [PATCH] Add File uploads using S3 presigned URLs example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5e24b835..eaeb15980 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ serverless install -u https://github.com/author/project -n my-project | **[Daily Instance Backups With Ami Rotation](https://github.com/AndrewFarley/AWSAutomatedDailyInstanceAMISnapshots)**
A simple Python application which scans through your entire AWS account for tagged instances, makes daily AMIs of them, and rotates their backups automatically | [AndrewFarley](https://github.com/AndrewFarley) | | **[Demo Project For Serverless Migrate Plugin](https://github.com/EliuX/serverless-migrate-plugin/tree/master/example)**
An example about how to use migrations in your serverless project with serverless-migrate-plugin | [EliuX](https://github.com/EliuX) | | **[Express Application With Lambda](https://github.com/HoseungJang/serverless-lambda-express-example)**
This example demonstrates how to build an express application for AWS Lambda based on serverless framework. | [HoseungJang](https://github.com/HoseungJang) | +| **[File uploads using S3 presigned URLs](https://github.com/marchetti2/aws-node-serverless-upload-presigned-url)**
A Serverless photo upload service with API Gateway, S3 presigned URLs and Lambda. | [marchetti2](https://github.com/marchetti2) | | **[Fotopia Serverless](https://github.com/mbudm/fotopia-serverless)**
A photo archive web app including API, storage and face detection using serverless framework | [mbudm](https://github.com/mbudm) | | **[Golive](https://github.com/adimoraret/golive/)**
Boilerplate to live stream using AWS MediaLive and MediaStore | [adimoraret](https://github.com/adimoraret) | | **[Http Headers Checks](https://github.com/authdog/http-headers-check)**
Serverless Application to check integrity of the headers of a given HTTP server | [authdog](https://github.com/authdog) |