From ed72bdda8da5ac0bd79d809d8ab2e80b825692b6 Mon Sep 17 00:00:00 2001 From: "Sven A. Schmidt" Date: Wed, 7 Aug 2024 10:39:53 +0200 Subject: [PATCH] Update projects.md (#337) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sébastien Stormacq --- projects.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects.md b/projects.md index 92740651..0761440b 100644 --- a/projects.md +++ b/projects.md @@ -5,4 +5,5 @@ Here you will find a list of code repositories that has in common the usage of t Provide a link to your code repository and a short description about your example. - [GlobantPlus](https://github.com/fitomad/TechTalk-AWS-Lamba-Swift/). An imaginary streaming services with a tvOS application that interacts with the AWS API Gateway, AWS SQS services and a set of Lambdas that cover different aspects. Repository's documentation available in Spanish🇪🇸 and English🇺🇸. +- [DocUploader](https://github.com/SwiftPackageIndex/DocUploader). DocUploader is a component of the Swift Package Index site. It receives zipped DocC documentation archives which can be quite large via an S3 inbox and proceeds to unzip and upload the documentation files to S3. - [Vapor's PennyBot](https://github.com/vapor/penny-bot). A collections of lambdas that handle events from GitHub for automatically creating releases for Vapor, handling new sponsors, automatically answering questions on Discord and providing 'pennies' - internet karma - to community members who help others or contribute to Vapor.